.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-6fb5115c-e6bd-4442-947d-3fe2e7a833c5 {
  text-align: center;
}




  #s-6fb5115c-e6bd-4442-947d-3fe2e7a833c5 img.shogun-image {
    
    width: px;
  }


#s-6fb5115c-e6bd-4442-947d-3fe2e7a833c5 .shogun-image-content {
  
    align-items: center;
  
}

.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-01740b19-86aa-4e7a-93fa-da3dc0945616 {
  min-height: 50px;
}








#s-01740b19-86aa-4e7a-93fa-da3dc0945616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01740b19-86aa-4e7a-93fa-da3dc0945616.shg-box.shg-c {
  justify-content: center;
}

#s-f588b4fb-4393-456d-9954-00ef158298c2 {
  margin-bottom: 10px;
}

#s-f588b4fb-4393-456d-9954-00ef158298c2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7a8a0b43-65d3-4b84-b48f-83838f388e4e {
  min-height: 50px;
}








#s-7a8a0b43-65d3-4b84-b48f-83838f388e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a8a0b43-65d3-4b84-b48f-83838f388e4e.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-4c384485-bdae-40f5-ae8e-06402bf191e6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c384485-bdae-40f5-ae8e-06402bf191e6 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 0px;
  text-align: 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-72faf865-3f4a-4c3d-999f-237181914133 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(167, 127, 77, 1);
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(167, 127, 77, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-72faf865-3f4a-4c3d-999f-237181914133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc4e2c4e-5065-41a3-8577-ba49e7cb0e6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9f7e251-47a7-4110-8d9d-caad7c3ab729 {
  text-align: center;
}




  #s-d9f7e251-47a7-4110-8d9d-caad7c3ab729 img.shogun-image {
    
    width: px;
  }


#s-d9f7e251-47a7-4110-8d9d-caad7c3ab729 .shogun-image-content {
  
    align-items: center;
  
}

#s-e520e701-f913-44e3-acee-1eb1bc5942c0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e520e701-f913-44e3-acee-1eb1bc5942c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e520e701-f913-44e3-acee-1eb1bc5942c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e520e701-f913-44e3-acee-1eb1bc5942c0 {
  
}
}@media (max-width: 767px){#s-e520e701-f913-44e3-acee-1eb1bc5942c0 {
  
}
}







#s-e520e701-f913-44e3-acee-1eb1bc5942c0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e520e701-f913-44e3-acee-1eb1bc5942c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84226040-fc48-4a72-b642-c2c1aff201d4 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-84226040-fc48-4a72-b642-c2c1aff201d4 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-84226040-fc48-4a72-b642-c2c1aff201d4 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-04160dcc-9233-49a1-86bb-99ba0f289ead {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-04160dcc-9233-49a1-86bb-99ba0f289ead .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-04160dcc-9233-49a1-86bb-99ba0f289ead .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-3d54dfd1-86b4-4535-abb3-612f1e5d3cea {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3d54dfd1-86b4-4535-abb3-612f1e5d3cea .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4b4666bb-0276-4bb2-a966-fd4ed74e3604 {
  text-align: center;
}




  #s-4b4666bb-0276-4bb2-a966-fd4ed74e3604 img.shogun-image {
    
    width: px;
  }


#s-4b4666bb-0276-4bb2-a966-fd4ed74e3604 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb26de93-0408-4c3a-a817-154d828b518f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cb26de93-0408-4c3a-a817-154d828b518f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb26de93-0408-4c3a-a817-154d828b518f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb26de93-0408-4c3a-a817-154d828b518f {
  
}
}@media (max-width: 767px){#s-cb26de93-0408-4c3a-a817-154d828b518f {
  
}
}







#s-cb26de93-0408-4c3a-a817-154d828b518f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-cb26de93-0408-4c3a-a817-154d828b518f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7a5e7c87-6004-4f46-a3c4-d29acf201ad0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a5e7c87-6004-4f46-a3c4-d29acf201ad0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-7a5e7c87-6004-4f46-a3c4-d29acf201ad0 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-4100e728-f03c-46a6-9227-9d44b3fe39b1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4100e728-f03c-46a6-9227-9d44b3fe39b1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4100e728-f03c-46a6-9227-9d44b3fe39b1 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4100e728-f03c-46a6-9227-9d44b3fe39b1 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-0a9bc553-adcc-44ab-bb82-15f52f4dc6fe {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0a9bc553-adcc-44ab-bb82-15f52f4dc6fe {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0a9bc553-adcc-44ab-bb82-15f52f4dc6fe .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f6229978-cbed-4760-9cdf-51e1d398217a {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6229978-cbed-4760-9cdf-51e1d398217a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-acc7fbe3-61bf-4dfc-a798-d24421dbda23 {
  text-align: center;
}




  #s-acc7fbe3-61bf-4dfc-a798-d24421dbda23 img.shogun-image {
    
    width: px;
  }


#s-acc7fbe3-61bf-4dfc-a798-d24421dbda23 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d26a427-8e58-4982-bf5d-c6125960ee50 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d26a427-8e58-4982-bf5d-c6125960ee50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d26a427-8e58-4982-bf5d-c6125960ee50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d26a427-8e58-4982-bf5d-c6125960ee50 {
  
}
}@media (max-width: 767px){#s-5d26a427-8e58-4982-bf5d-c6125960ee50 {
  
}
}







#s-5d26a427-8e58-4982-bf5d-c6125960ee50 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5d26a427-8e58-4982-bf5d-c6125960ee50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b969a6a8-9943-4f3c-9e38-0d083883fb25 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b969a6a8-9943-4f3c-9e38-0d083883fb25 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b969a6a8-9943-4f3c-9e38-0d083883fb25 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b969a6a8-9943-4f3c-9e38-0d083883fb25 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-053aa9a7-530c-4193-96dc-7155d002e98c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-053aa9a7-530c-4193-96dc-7155d002e98c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-053aa9a7-530c-4193-96dc-7155d002e98c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-053aa9a7-530c-4193-96dc-7155d002e98c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ce86ef88-ac6c-4a71-b068-7e600bd652f1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ce86ef88-ac6c-4a71-b068-7e600bd652f1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ce86ef88-ac6c-4a71-b068-7e600bd652f1 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3b231a1-5bd3-41f0-9fbe-87bf35b8f5f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-08ce6cb7-2e16-40b4-afe0-8b90e5fef300 {
  text-align: center;
}




  #s-08ce6cb7-2e16-40b4-afe0-8b90e5fef300 img.shogun-image {
    
    width: px;
  }


#s-08ce6cb7-2e16-40b4-afe0-8b90e5fef300 .shogun-image-content {
  
    align-items: center;
  
}

#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 {
  
}
}@media (max-width: 767px){#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 {
  
}
}







#s-eae36f5a-4d5c-4899-87e8-3dea387125a5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-eae36f5a-4d5c-4899-87e8-3dea387125a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1e15d879-287b-4a88-80fe-1a224dce069e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1e15d879-287b-4a88-80fe-1a224dce069e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1e15d879-287b-4a88-80fe-1a224dce069e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-1e15d879-287b-4a88-80fe-1a224dce069e .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7b13440f-4fdb-447f-b847-5c7b09ea7831 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7b13440f-4fdb-447f-b847-5c7b09ea7831 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7b13440f-4fdb-447f-b847-5c7b09ea7831 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7b13440f-4fdb-447f-b847-5c7b09ea7831 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-fbbe552e-aeac-4c95-acc2-11092b841271 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fbbe552e-aeac-4c95-acc2-11092b841271 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fbbe552e-aeac-4c95-acc2-11092b841271 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-92a8e74b-b5d4-4cc8-9fab-961dfabf4dcb {
  text-align: center;
}




  #s-92a8e74b-b5d4-4cc8-9fab-961dfabf4dcb img.shogun-image {
    
    width: px;
  }


#s-92a8e74b-b5d4-4cc8-9fab-961dfabf4dcb .shogun-image-content {
  
    align-items: center;
  
}

#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 {
  
}
}@media (max-width: 767px){#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 {
  
}
}







#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d0c8b108-71ac-4c62-92fa-c989dcedacd9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a69d88fc-52bb-4002-ad77-50886bae42c9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a69d88fc-52bb-4002-ad77-50886bae42c9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a69d88fc-52bb-4002-ad77-50886bae42c9 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-a69d88fc-52bb-4002-ad77-50886bae42c9 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-24e9061b-2788-4659-86e1-48a2fee471be {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-24e9061b-2788-4659-86e1-48a2fee471be {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-24e9061b-2788-4659-86e1-48a2fee471be .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-24e9061b-2788-4659-86e1-48a2fee471be .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f515fdc5-12b6-419a-ada0-e7e3fbdeb2a7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f515fdc5-12b6-419a-ada0-e7e3fbdeb2a7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f515fdc5-12b6-419a-ada0-e7e3fbdeb2a7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f246a795-68ce-4c3b-a5b5-1084326699aa {
  text-align: center;
}




  #s-f246a795-68ce-4c3b-a5b5-1084326699aa img.shogun-image {
    
    width: px;
  }


#s-f246a795-68ce-4c3b-a5b5-1084326699aa .shogun-image-content {
  
    align-items: center;
  
}

#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 {
  
}
}@media (max-width: 767px){#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 {
  
}
}







#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ef44d95f-abb8-4053-a6ca-bfb9d3a576c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12e2b13f-9adf-49fb-b408-228d812b5416 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-12e2b13f-9adf-49fb-b408-228d812b5416 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-12e2b13f-9adf-49fb-b408-228d812b5416 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-12e2b13f-9adf-49fb-b408-228d812b5416 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-26e2dc2d-a7a7-40cd-9178-960bcec9ceda {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-26e2dc2d-a7a7-40cd-9178-960bcec9ceda {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-26e2dc2d-a7a7-40cd-9178-960bcec9ceda .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-26e2dc2d-a7a7-40cd-9178-960bcec9ceda .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f2ab0169-039f-4785-bfea-8a94951891ee {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f2ab0169-039f-4785-bfea-8a94951891ee {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f2ab0169-039f-4785-bfea-8a94951891ee .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-520de1f6-ede0-4fd0-89cb-ab773044cb46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c1da0584-93d1-4e9f-9b8d-4a71bcd7b896 {
  text-align: center;
}




  #s-c1da0584-93d1-4e9f-9b8d-4a71bcd7b896 img.shogun-image {
    
    width: px;
  }


#s-c1da0584-93d1-4e9f-9b8d-4a71bcd7b896 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3e1b2e9-c743-4e10-b844-f452853585cb {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d3e1b2e9-c743-4e10-b844-f452853585cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3e1b2e9-c743-4e10-b844-f452853585cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3e1b2e9-c743-4e10-b844-f452853585cb {
  
}
}@media (max-width: 767px){#s-d3e1b2e9-c743-4e10-b844-f452853585cb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d3e1b2e9-c743-4e10-b844-f452853585cb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d3e1b2e9-c743-4e10-b844-f452853585cb.shg-box.shg-c {
  justify-content: center;
}

#s-2d61e89a-cf25-4810-a6ab-eec03c35a416 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2d61e89a-cf25-4810-a6ab-eec03c35a416 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2d61e89a-cf25-4810-a6ab-eec03c35a416 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-2f2f502b-ca1f-4de9-9812-7e2b89a87a5e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2f2f502b-ca1f-4de9-9812-7e2b89a87a5e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2f2f502b-ca1f-4de9-9812-7e2b89a87a5e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2f2f502b-ca1f-4de9-9812-7e2b89a87a5e .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-0e3c2b63-5eb4-42a8-b63e-0a086aaf08f8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0e3c2b63-5eb4-42a8-b63e-0a086aaf08f8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0e3c2b63-5eb4-42a8-b63e-0a086aaf08f8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-9e962979-d225-461c-99b2-741beed98a5c {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9e962979-d225-461c-99b2-741beed98a5c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9e962979-d225-461c-99b2-741beed98a5c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-9e962979-d225-461c-99b2-741beed98a5c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8923d295-968f-4317-8bb3-4e52731702e1 {
  min-height: 50px;
}








#s-8923d295-968f-4317-8bb3-4e52731702e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8923d295-968f-4317-8bb3-4e52731702e1.shg-box.shg-c {
  justify-content: center;
}

#s-c9a386f3-cc8d-408a-8623-30803dde762d {
  text-align: center;
}




  #s-c9a386f3-cc8d-408a-8623-30803dde762d img.shogun-image {
    
    width: px;
  }


#s-c9a386f3-cc8d-408a-8623-30803dde762d .shogun-image-content {
  
    align-items: center;
  
}

#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a {
  
}
}@media (max-width: 767px){#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8addf96f-7746-4c5f-b1fd-8b68eec5b13a.shg-box.shg-c {
  justify-content: center;
}

#s-752796f8-bb73-46b8-be71-c3f469350fdd {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-752796f8-bb73-46b8-be71-c3f469350fdd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-752796f8-bb73-46b8-be71-c3f469350fdd .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-3514ec0a-13d1-4db7-93f8-d62b70ea8cfb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3514ec0a-13d1-4db7-93f8-d62b70ea8cfb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3514ec0a-13d1-4db7-93f8-d62b70ea8cfb .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3514ec0a-13d1-4db7-93f8-d62b70ea8cfb .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-cb2048d2-54fe-4f35-bc98-8963264b654f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cb2048d2-54fe-4f35-bc98-8963264b654f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cb2048d2-54fe-4f35-bc98-8963264b654f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2b1ba652-c366-4669-acec-62aa07b6650a {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2b1ba652-c366-4669-acec-62aa07b6650a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b1ba652-c366-4669-acec-62aa07b6650a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-2b1ba652-c366-4669-acec-62aa07b6650a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b859e591-5e3e-468c-b4e2-3dad36715be1 {
  min-height: 50px;
}








#s-b859e591-5e3e-468c-b4e2-3dad36715be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b859e591-5e3e-468c-b4e2-3dad36715be1.shg-box.shg-c {
  justify-content: center;
}

#s-ed5385e7-dac5-4ef7-8eda-e10ef9f42f50 {
  text-align: center;
}




  #s-ed5385e7-dac5-4ef7-8eda-e10ef9f42f50 img.shogun-image {
    
    width: px;
  }


#s-ed5385e7-dac5-4ef7-8eda-e10ef9f42f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df {
  
}
}@media (max-width: 767px){#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9596e9b1-85d8-4b2c-a147-7fa8f6e761df.shg-box.shg-c {
  justify-content: center;
}

#s-853d8dcf-d21f-4e1a-8bb8-1c3b6b44cc59 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-853d8dcf-d21f-4e1a-8bb8-1c3b6b44cc59 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-853d8dcf-d21f-4e1a-8bb8-1c3b6b44cc59 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-e9c440f4-2150-4567-9be7-2630ce36ceba {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e9c440f4-2150-4567-9be7-2630ce36ceba {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e9c440f4-2150-4567-9be7-2630ce36ceba .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e9c440f4-2150-4567-9be7-2630ce36ceba .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-33cf5178-d620-4c1d-9b4b-901c77bc219d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-33cf5178-d620-4c1d-9b4b-901c77bc219d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-33cf5178-d620-4c1d-9b4b-901c77bc219d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cb862b46-0ec4-4066-a903-a46d2c860fd4 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb862b46-0ec4-4066-a903-a46d2c860fd4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cb862b46-0ec4-4066-a903-a46d2c860fd4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-cb862b46-0ec4-4066-a903-a46d2c860fd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e033542-8e48-449b-a01b-f5e4f6fadb65 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e033542-8e48-449b-a01b-f5e4f6fadb65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-44c767ab-556b-42d8-b758-8d9a124ef20d {
  text-align: center;
}




  #s-44c767ab-556b-42d8-b758-8d9a124ef20d img.shogun-image {
    
    width: px;
  }


#s-44c767ab-556b-42d8-b758-8d9a124ef20d .shogun-image-content {
  
    align-items: center;
  
}

#s-796803df-6c43-413c-a19c-39c39cbdca73 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-796803df-6c43-413c-a19c-39c39cbdca73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-796803df-6c43-413c-a19c-39c39cbdca73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-796803df-6c43-413c-a19c-39c39cbdca73 {
  
}
}@media (max-width: 767px){#s-796803df-6c43-413c-a19c-39c39cbdca73 {
  
}
}







#s-796803df-6c43-413c-a19c-39c39cbdca73 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-796803df-6c43-413c-a19c-39c39cbdca73.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0c92648-8e80-4ffe-a3b1-d3c5e64503ee {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b0c92648-8e80-4ffe-a3b1-d3c5e64503ee .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b0c92648-8e80-4ffe-a3b1-d3c5e64503ee .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-3cd4ef41-b803-4b27-9762-b1432e0f0ecc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3cd4ef41-b803-4b27-9762-b1432e0f0ecc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3cd4ef41-b803-4b27-9762-b1432e0f0ecc .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b1718965-ae10-4fe7-87cb-e42e2848d5f0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b1718965-ae10-4fe7-87cb-e42e2848d5f0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f0ba6b59-12e6-4cc8-82b4-9e76060e0291 {
  text-align: center;
}




  #s-f0ba6b59-12e6-4cc8-82b4-9e76060e0291 img.shogun-image {
    
    width: px;
  }


#s-f0ba6b59-12e6-4cc8-82b4-9e76060e0291 .shogun-image-content {
  
    align-items: center;
  
}

#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 {
  
}
}@media (max-width: 767px){#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 {
  
}
}







#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-da4cbe7b-f444-43eb-abff-aa0d4ab7c252.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4a9ee4d1-9d94-426d-bbfe-a1b135b2c592 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4a9ee4d1-9d94-426d-bbfe-a1b135b2c592 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-4a9ee4d1-9d94-426d-bbfe-a1b135b2c592 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-a4f13e0b-069c-4cd4-b6e0-f1d80928dff3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a4f13e0b-069c-4cd4-b6e0-f1d80928dff3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a4f13e0b-069c-4cd4-b6e0-f1d80928dff3 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-773f3f72-065d-4d88-a764-65494b068ee8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-773f3f72-065d-4d88-a764-65494b068ee8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-40284c85-d026-4809-b576-0856ddd50f94 {
  text-align: center;
}




  #s-40284c85-d026-4809-b576-0856ddd50f94 img.shogun-image {
    
    width: px;
  }


#s-40284c85-d026-4809-b576-0856ddd50f94 .shogun-image-content {
  
    align-items: center;
  
}

#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 {
  
}
}@media (max-width: 767px){#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 {
  
}
}







#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-db7d4a47-7e70-4d47-919a-a7876aa4f4a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80c8843d-8545-4647-a234-a4ea86fac340 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-80c8843d-8545-4647-a234-a4ea86fac340 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-80c8843d-8545-4647-a234-a4ea86fac340 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-36519425-8c71-4bf2-8489-c50090be35b7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-36519425-8c71-4bf2-8489-c50090be35b7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-36519425-8c71-4bf2-8489-c50090be35b7 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b064959e-7f96-448e-af43-04edfefccdc4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b064959e-7f96-448e-af43-04edfefccdc4 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1bb63512-8243-447e-8cb5-797905c0ed8b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1bb63512-8243-447e-8cb5-797905c0ed8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4dbdd525-97c2-4487-8d00-be749a24f451 {
  text-align: center;
}




  #s-4dbdd525-97c2-4487-8d00-be749a24f451 img.shogun-image {
    
    width: px;
  }


#s-4dbdd525-97c2-4487-8d00-be749a24f451 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7a39a54-394b-441c-897e-77aaff75fb26 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c7a39a54-394b-441c-897e-77aaff75fb26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7a39a54-394b-441c-897e-77aaff75fb26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7a39a54-394b-441c-897e-77aaff75fb26 {
  
}
}@media (max-width: 767px){#s-c7a39a54-394b-441c-897e-77aaff75fb26 {
  
}
}







#s-c7a39a54-394b-441c-897e-77aaff75fb26 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c7a39a54-394b-441c-897e-77aaff75fb26.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9793187-ec8a-41b2-a709-9a1b43c736be {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d9793187-ec8a-41b2-a709-9a1b43c736be {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d9793187-ec8a-41b2-a709-9a1b43c736be .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-d9793187-ec8a-41b2-a709-9a1b43c736be .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2175d1f2-2a7e-42d1-994a-cf1afa90405e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2175d1f2-2a7e-42d1-994a-cf1afa90405e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2175d1f2-2a7e-42d1-994a-cf1afa90405e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2175d1f2-2a7e-42d1-994a-cf1afa90405e .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-1c488086-05a0-4950-a89c-a7f240be1b54 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1c488086-05a0-4950-a89c-a7f240be1b54 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1c488086-05a0-4950-a89c-a7f240be1b54 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6cae248d-eb95-4d5a-9652-8f25ebc9f6f1 {
  text-align: center;
}




  #s-6cae248d-eb95-4d5a-9652-8f25ebc9f6f1 img.shogun-image {
    
    width: px;
  }


#s-6cae248d-eb95-4d5a-9652-8f25ebc9f6f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-71243f6d-e197-4c1e-9ce1-9548a5301304 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71243f6d-e197-4c1e-9ce1-9548a5301304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71243f6d-e197-4c1e-9ce1-9548a5301304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71243f6d-e197-4c1e-9ce1-9548a5301304 {
  
}
}@media (max-width: 767px){#s-71243f6d-e197-4c1e-9ce1-9548a5301304 {
  
}
}







#s-71243f6d-e197-4c1e-9ce1-9548a5301304 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-71243f6d-e197-4c1e-9ce1-9548a5301304.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b558611b-9410-42bf-ac28-345b7d21b3fc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b558611b-9410-42bf-ac28-345b7d21b3fc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b558611b-9410-42bf-ac28-345b7d21b3fc .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b558611b-9410-42bf-ac28-345b7d21b3fc .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-29399f9e-fe57-47ed-8ef5-bae5e597811c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-29399f9e-fe57-47ed-8ef5-bae5e597811c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-29399f9e-fe57-47ed-8ef5-bae5e597811c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-29399f9e-fe57-47ed-8ef5-bae5e597811c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-52e435f9-349e-4f8f-93b6-8672413c9752 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52e435f9-349e-4f8f-93b6-8672413c9752 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-52e435f9-349e-4f8f-93b6-8672413c9752 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0fcbd265-81c8-48d4-8ed6-1c9e24ef3de7 {
  text-align: center;
}




  #s-0fcbd265-81c8-48d4-8ed6-1c9e24ef3de7 img.shogun-image {
    
    width: px;
  }


#s-0fcbd265-81c8-48d4-8ed6-1c9e24ef3de7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c {
  
}
}@media (max-width: 767px){#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c {
  
}
}







#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d3ac4c2e-af44-46a6-bb04-bfc60ae76e0c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc638e79-73eb-46a8-b16b-10e431a85e14 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dc638e79-73eb-46a8-b16b-10e431a85e14 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dc638e79-73eb-46a8-b16b-10e431a85e14 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-dc638e79-73eb-46a8-b16b-10e431a85e14 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-1c48c781-3764-4bf8-ab40-dd3264a20891 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1c48c781-3764-4bf8-ab40-dd3264a20891 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1c48c781-3764-4bf8-ab40-dd3264a20891 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1c48c781-3764-4bf8-ab40-dd3264a20891 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b75993cd-8b39-4e20-922a-9b7934cfbc55 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b75993cd-8b39-4e20-922a-9b7934cfbc55 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b75993cd-8b39-4e20-922a-9b7934cfbc55 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee276cbe-440c-4d70-83bc-62ec06d3484c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee276cbe-440c-4d70-83bc-62ec06d3484c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b38a2bf0-ef99-46ae-8c7c-70d10a1cadfa {
  text-align: center;
}




  #s-b38a2bf0-ef99-46ae-8c7c-70d10a1cadfa img.shogun-image {
    
    width: px;
  }


#s-b38a2bf0-ef99-46ae-8c7c-70d10a1cadfa .shogun-image-content {
  
    align-items: center;
  
}

#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 {
  
}
}@media (max-width: 767px){#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 {
  
}
}







#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0250341f-b8ec-411e-b47e-3ad1ba4ef025.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c17ca52e-7b42-4bc6-88d9-dda264e88044 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c17ca52e-7b42-4bc6-88d9-dda264e88044 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c17ca52e-7b42-4bc6-88d9-dda264e88044 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-c17ca52e-7b42-4bc6-88d9-dda264e88044 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-d3fd8d9d-8d4a-4f1e-a388-b499632e1375 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d3fd8d9d-8d4a-4f1e-a388-b499632e1375 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d3fd8d9d-8d4a-4f1e-a388-b499632e1375 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d3fd8d9d-8d4a-4f1e-a388-b499632e1375 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-d17bb680-bd41-463d-b8d9-1d9e8fb206e3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d17bb680-bd41-463d-b8d9-1d9e8fb206e3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d17bb680-bd41-463d-b8d9-1d9e8fb206e3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6aee0c50-d9f2-4e1c-abcd-abbc5376db1b {
  text-align: center;
}




  #s-6aee0c50-d9f2-4e1c-abcd-abbc5376db1b img.shogun-image {
    
    width: px;
  }


#s-6aee0c50-d9f2-4e1c-abcd-abbc5376db1b .shogun-image-content {
  
    align-items: center;
  
}

#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 {
  
}
}@media (max-width: 767px){#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 {
  
}
}







#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-24562ef2-548c-4f7f-ba3c-e724b7d73db4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63cdc73a-b7e4-4ef3-aea2-b0abf6a5856e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-63cdc73a-b7e4-4ef3-aea2-b0abf6a5856e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-63cdc73a-b7e4-4ef3-aea2-b0abf6a5856e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-63cdc73a-b7e4-4ef3-aea2-b0abf6a5856e .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2404ca49-ff4e-4e7b-92e0-e46ca5023fdb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2404ca49-ff4e-4e7b-92e0-e46ca5023fdb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2404ca49-ff4e-4e7b-92e0-e46ca5023fdb .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2404ca49-ff4e-4e7b-92e0-e46ca5023fdb .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-d47f75f7-2ff4-433c-84c4-9dc904d52753 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d47f75f7-2ff4-433c-84c4-9dc904d52753 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d47f75f7-2ff4-433c-84c4-9dc904d52753 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8b968102-0697-4889-b5de-a94b1ff181df {
  text-align: center;
}




  #s-8b968102-0697-4889-b5de-a94b1ff181df img.shogun-image {
    
    width: px;
  }


#s-8b968102-0697-4889-b5de-a94b1ff181df .shogun-image-content {
  
    align-items: center;
  
}

#s-779c5328-e169-44c9-99c8-0b650dc2e81a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-779c5328-e169-44c9-99c8-0b650dc2e81a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-779c5328-e169-44c9-99c8-0b650dc2e81a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-779c5328-e169-44c9-99c8-0b650dc2e81a {
  
}
}@media (max-width: 767px){#s-779c5328-e169-44c9-99c8-0b650dc2e81a {
  
}
}







#s-779c5328-e169-44c9-99c8-0b650dc2e81a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-779c5328-e169-44c9-99c8-0b650dc2e81a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d8543cd-9433-4512-84a3-4923001e698c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3d8543cd-9433-4512-84a3-4923001e698c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3d8543cd-9433-4512-84a3-4923001e698c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-3d8543cd-9433-4512-84a3-4923001e698c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-87157239-738f-429e-8179-2d8e2445ce02 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-87157239-738f-429e-8179-2d8e2445ce02 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-87157239-738f-429e-8179-2d8e2445ce02 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-87157239-738f-429e-8179-2d8e2445ce02 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b316c5f1-6568-4f6b-bfb0-adbd6adbe006 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b316c5f1-6568-4f6b-bfb0-adbd6adbe006 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b316c5f1-6568-4f6b-bfb0-adbd6adbe006 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a69ac382-bc76-431d-940b-258df5b8fb3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-603b24ab-2fd5-485a-9d33-d2ff3c685f55 {
  text-align: center;
}




  #s-603b24ab-2fd5-485a-9d33-d2ff3c685f55 img.shogun-image {
    
    width: px;
  }


#s-603b24ab-2fd5-485a-9d33-d2ff3c685f55 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 {
  
}
}@media (max-width: 767px){#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-48ee1beb-ba81-4925-98b7-8cf2d09f8378.shg-box.shg-c {
  justify-content: center;
}

#s-e60079c3-b489-45ce-a421-f4202056d3d0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e60079c3-b489-45ce-a421-f4202056d3d0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e60079c3-b489-45ce-a421-f4202056d3d0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-d21a222a-300f-4f3e-90fb-f98b54e95533 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d21a222a-300f-4f3e-90fb-f98b54e95533 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d21a222a-300f-4f3e-90fb-f98b54e95533 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d21a222a-300f-4f3e-90fb-f98b54e95533 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-2d27d067-d73b-4bad-9626-3d96ed6b4917 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2d27d067-d73b-4bad-9626-3d96ed6b4917 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2d27d067-d73b-4bad-9626-3d96ed6b4917 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-13d39e0c-69d2-491d-ad60-4cc054888757 {
  min-height: 50px;
}








#s-13d39e0c-69d2-491d-ad60-4cc054888757 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d39e0c-69d2-491d-ad60-4cc054888757.shg-box.shg-c {
  justify-content: center;
}

#s-756d9246-f35f-4a16-9f05-9a81343fe2ba {
  text-align: center;
}




  #s-756d9246-f35f-4a16-9f05-9a81343fe2ba img.shogun-image {
    
    width: px;
  }


#s-756d9246-f35f-4a16-9f05-9a81343fe2ba .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 {
  
}
}@media (max-width: 767px){#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9ee4297c-d820-4104-a96f-6ea4d8eea9b5.shg-box.shg-c {
  justify-content: center;
}

#s-753282c8-704d-4c0b-ae0a-e0a572421cf8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-753282c8-704d-4c0b-ae0a-e0a572421cf8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-753282c8-704d-4c0b-ae0a-e0a572421cf8 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-1f975ed7-1eac-4e97-9ef2-69d4e778b1d9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1f975ed7-1eac-4e97-9ef2-69d4e778b1d9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1f975ed7-1eac-4e97-9ef2-69d4e778b1d9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1f975ed7-1eac-4e97-9ef2-69d4e778b1d9 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-7b15ef1a-9b6c-49e7-b53d-d6859fe72030 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7b15ef1a-9b6c-49e7-b53d-d6859fe72030 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7b15ef1a-9b6c-49e7-b53d-d6859fe72030 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f08575eb-44a9-4c37-ae68-ff009adeb12f {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f08575eb-44a9-4c37-ae68-ff009adeb12f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f08575eb-44a9-4c37-ae68-ff009adeb12f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-f08575eb-44a9-4c37-ae68-ff009adeb12f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3bed7e38-c12f-4042-ae1a-345df3b6c525 {
  min-height: 50px;
}








#s-3bed7e38-c12f-4042-ae1a-345df3b6c525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bed7e38-c12f-4042-ae1a-345df3b6c525.shg-box.shg-c {
  justify-content: center;
}

#s-3bdfde7f-db7d-4878-bbe0-371480b8f06c {
  text-align: center;
}




  #s-3bdfde7f-db7d-4878-bbe0-371480b8f06c img.shogun-image {
    
    width: px;
  }


#s-3bdfde7f-db7d-4878-bbe0-371480b8f06c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 {
  
}
}@media (max-width: 767px){#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d7329c0f-465c-44d4-bbd7-f7b4983f5852.shg-box.shg-c {
  justify-content: center;
}

#s-e493873a-83b9-4d86-83e4-d25eae4305f8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e493873a-83b9-4d86-83e4-d25eae4305f8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e493873a-83b9-4d86-83e4-d25eae4305f8 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-2db4eaec-4cc2-4da4-801c-8cc30aa4ff9e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2db4eaec-4cc2-4da4-801c-8cc30aa4ff9e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2db4eaec-4cc2-4da4-801c-8cc30aa4ff9e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2db4eaec-4cc2-4da4-801c-8cc30aa4ff9e .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-bf36e2a2-5194-42e1-816f-e3faf9c603cc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bf36e2a2-5194-42e1-816f-e3faf9c603cc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bf36e2a2-5194-42e1-816f-e3faf9c603cc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d0016e6f-ada3-4380-9958-b964b0610ad9 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0016e6f-ada3-4380-9958-b964b0610ad9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d0016e6f-ada3-4380-9958-b964b0610ad9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d0016e6f-ada3-4380-9958-b964b0610ad9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fc50c810-6f3d-4fa2-a937-ebae4183e01d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc50c810-6f3d-4fa2-a937-ebae4183e01d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fab96bb2-fa59-42af-9686-ad672df6045d {
  text-align: center;
}




  #s-fab96bb2-fa59-42af-9686-ad672df6045d img.shogun-image {
    
    width: px;
  }


#s-fab96bb2-fa59-42af-9686-ad672df6045d .shogun-image-content {
  
    align-items: center;
  
}

#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac {
  
}
}@media (max-width: 767px){#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac {
  
}
}







#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ec28862f-af49-4c00-85dd-ee2d5c60ceac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-caed10fa-9709-4c23-ba22-e33222db62b2 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-caed10fa-9709-4c23-ba22-e33222db62b2 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-caed10fa-9709-4c23-ba22-e33222db62b2 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-ba3c8323-0c50-4a56-b92a-e162232e2e5f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ba3c8323-0c50-4a56-b92a-e162232e2e5f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ba3c8323-0c50-4a56-b92a-e162232e2e5f .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-5bb4d0e3-9571-4aad-a63e-33ab78204352 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5bb4d0e3-9571-4aad-a63e-33ab78204352 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9566fff2-a453-4d7c-b9ae-fea7c3c11faf {
  text-align: center;
}




  #s-9566fff2-a453-4d7c-b9ae-fea7c3c11faf img.shogun-image {
    
    width: px;
  }


#s-9566fff2-a453-4d7c-b9ae-fea7c3c11faf .shogun-image-content {
  
    align-items: center;
  
}

#s-65b0e457-6371-4664-9668-c6963a71842c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-65b0e457-6371-4664-9668-c6963a71842c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65b0e457-6371-4664-9668-c6963a71842c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65b0e457-6371-4664-9668-c6963a71842c {
  
}
}@media (max-width: 767px){#s-65b0e457-6371-4664-9668-c6963a71842c {
  
}
}







#s-65b0e457-6371-4664-9668-c6963a71842c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-65b0e457-6371-4664-9668-c6963a71842c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa46c618-ed71-47cf-9a1a-ba97b8ef3cb5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fa46c618-ed71-47cf-9a1a-ba97b8ef3cb5 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-fa46c618-ed71-47cf-9a1a-ba97b8ef3cb5 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-01533fda-4d67-4f56-8ec5-f686dd991ec0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-01533fda-4d67-4f56-8ec5-f686dd991ec0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-01533fda-4d67-4f56-8ec5-f686dd991ec0 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-2fc31d3a-e337-4819-a4f0-ac8f2cd3a825 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2fc31d3a-e337-4819-a4f0-ac8f2cd3a825 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-805e98b4-d49c-46b3-96bc-c0ef7fa4b635 {
  text-align: center;
}




  #s-805e98b4-d49c-46b3-96bc-c0ef7fa4b635 img.shogun-image {
    
    width: px;
  }


#s-805e98b4-d49c-46b3-96bc-c0ef7fa4b635 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 {
  
}
}@media (max-width: 767px){#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 {
  
}
}







#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0e40b96a-d0fa-4765-90d0-526dcd6e84e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2aecf4f5-8445-46e4-a835-d06d71195059 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2aecf4f5-8445-46e4-a835-d06d71195059 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-2aecf4f5-8445-46e4-a835-d06d71195059 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2a264d0b-d6df-4875-b4f3-ff250cc2f5c8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2a264d0b-d6df-4875-b4f3-ff250cc2f5c8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2a264d0b-d6df-4875-b4f3-ff250cc2f5c8 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9dd6f570-977f-4696-b14f-18ad8b930c3e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9dd6f570-977f-4696-b14f-18ad8b930c3e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1902258b-7930-4df2-9bab-d8755b234ac6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1902258b-7930-4df2-9bab-d8755b234ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e72815af-5ca2-43a8-ad7c-58e58af9f03f {
  text-align: center;
}




  #s-e72815af-5ca2-43a8-ad7c-58e58af9f03f img.shogun-image {
    
    width: px;
  }


#s-e72815af-5ca2-43a8-ad7c-58e58af9f03f .shogun-image-content {
  
    align-items: center;
  
}

#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e {
  
}
}@media (max-width: 767px){#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e {
  
}
}







#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b4a1f888-9df2-4952-9314-f2dfc2efac9e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0522bd0e-42fe-41cd-be67-b35a5682a89d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0522bd0e-42fe-41cd-be67-b35a5682a89d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0522bd0e-42fe-41cd-be67-b35a5682a89d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-0522bd0e-42fe-41cd-be67-b35a5682a89d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-d06e83c9-c4fe-4d30-936d-b30c7faa06d8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d06e83c9-c4fe-4d30-936d-b30c7faa06d8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d06e83c9-c4fe-4d30-936d-b30c7faa06d8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d06e83c9-c4fe-4d30-936d-b30c7faa06d8 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-87df4cc2-6208-4862-9ad8-e6f686747a76 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-87df4cc2-6208-4862-9ad8-e6f686747a76 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-87df4cc2-6208-4862-9ad8-e6f686747a76 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-96c9b1f8-c5a0-408a-bff9-07191ecfb51d {
  text-align: center;
}




  #s-96c9b1f8-c5a0-408a-bff9-07191ecfb51d img.shogun-image {
    
    width: px;
  }


#s-96c9b1f8-c5a0-408a-bff9-07191ecfb51d .shogun-image-content {
  
    align-items: center;
  
}

#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c {
  
}
}@media (max-width: 767px){#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c {
  
}
}







#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-67055749-5c5e-40c7-9ae9-409ae3d71a3c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88d9b9fd-cbc4-425c-98f1-428ed0337217 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-88d9b9fd-cbc4-425c-98f1-428ed0337217 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-88d9b9fd-cbc4-425c-98f1-428ed0337217 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-88d9b9fd-cbc4-425c-98f1-428ed0337217 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2cc945f1-8930-4d8c-b2f2-91a5aa989db0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2cc945f1-8930-4d8c-b2f2-91a5aa989db0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2cc945f1-8930-4d8c-b2f2-91a5aa989db0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2cc945f1-8930-4d8c-b2f2-91a5aa989db0 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-d3df51bc-c4ab-42cf-a1b7-2fe31f131915 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d3df51bc-c4ab-42cf-a1b7-2fe31f131915 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d3df51bc-c4ab-42cf-a1b7-2fe31f131915 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-799dd04d-8874-4308-b52e-90880f023a09 {
  text-align: center;
}




  #s-799dd04d-8874-4308-b52e-90880f023a09 img.shogun-image {
    
    width: px;
  }


#s-799dd04d-8874-4308-b52e-90880f023a09 .shogun-image-content {
  
    align-items: center;
  
}

#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 {
  
}
}@media (max-width: 767px){#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 {
  
}
}







#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-09913fd1-aec0-45ce-9682-ea4cc00fa2b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f300f233-448a-44a5-a358-83b9d76c38e9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f300f233-448a-44a5-a358-83b9d76c38e9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f300f233-448a-44a5-a358-83b9d76c38e9 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-f300f233-448a-44a5-a358-83b9d76c38e9 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-de110722-8c61-4023-b5f0-1cf8401b4a03 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-de110722-8c61-4023-b5f0-1cf8401b4a03 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-de110722-8c61-4023-b5f0-1cf8401b4a03 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-de110722-8c61-4023-b5f0-1cf8401b4a03 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-57bb4f4b-361d-4f14-9978-cf30c2fb25b5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-57bb4f4b-361d-4f14-9978-cf30c2fb25b5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-57bb4f4b-361d-4f14-9978-cf30c2fb25b5 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8b9e8937-da9a-443c-b240-e445160cd95e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b9e8937-da9a-443c-b240-e445160cd95e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-918532f5-c291-463f-b4b5-2e1ce5df0bad {
  text-align: center;
}




  #s-918532f5-c291-463f-b4b5-2e1ce5df0bad img.shogun-image {
    
    width: px;
  }


#s-918532f5-c291-463f-b4b5-2e1ce5df0bad .shogun-image-content {
  
    align-items: center;
  
}

#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e {
  
}
}@media (max-width: 767px){#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e {
  
}
}







#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b471a93e-86c6-4e93-b39a-1bb8cd54be3e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98ad6585-154d-4976-8e20-5c37b9426f0e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-98ad6585-154d-4976-8e20-5c37b9426f0e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-98ad6585-154d-4976-8e20-5c37b9426f0e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-98ad6585-154d-4976-8e20-5c37b9426f0e .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-bb94f00e-81d3-423f-a40e-9a55f075c046 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bb94f00e-81d3-423f-a40e-9a55f075c046 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bb94f00e-81d3-423f-a40e-9a55f075c046 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-bb94f00e-81d3-423f-a40e-9a55f075c046 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4a4e538f-60de-4afb-bc99-2da12bcdb361 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4a4e538f-60de-4afb-bc99-2da12bcdb361 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4a4e538f-60de-4afb-bc99-2da12bcdb361 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f85a10f0-6275-4465-a74d-3fc8f07decab {
  text-align: center;
}




  #s-f85a10f0-6275-4465-a74d-3fc8f07decab img.shogun-image {
    
    width: px;
  }


#s-f85a10f0-6275-4465-a74d-3fc8f07decab .shogun-image-content {
  
    align-items: center;
  
}

#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba {
  
}
}@media (max-width: 767px){#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba {
  
}
}







#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-aa2969db-3e92-4263-ad24-5a0fb0dd82ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bf332de-9056-4293-a961-fb604a6b418b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4bf332de-9056-4293-a961-fb604a6b418b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4bf332de-9056-4293-a961-fb604a6b418b .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-4bf332de-9056-4293-a961-fb604a6b418b .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7207f5ff-9247-47ee-8820-1158bcb52f3d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7207f5ff-9247-47ee-8820-1158bcb52f3d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7207f5ff-9247-47ee-8820-1158bcb52f3d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7207f5ff-9247-47ee-8820-1158bcb52f3d .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c5b9823a-f2a7-4d4c-bd68-fdd1c3aef9a7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c5b9823a-f2a7-4d4c-bd68-fdd1c3aef9a7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c5b9823a-f2a7-4d4c-bd68-fdd1c3aef9a7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b6286d13-3e13-4360-8893-6322449b3396 {
  text-align: center;
}




  #s-b6286d13-3e13-4360-8893-6322449b3396 img.shogun-image {
    
    width: px;
  }


#s-b6286d13-3e13-4360-8893-6322449b3396 .shogun-image-content {
  
    align-items: center;
  
}

#s-bab0f888-b1da-4321-9a97-26c708d44346 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bab0f888-b1da-4321-9a97-26c708d44346 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bab0f888-b1da-4321-9a97-26c708d44346 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bab0f888-b1da-4321-9a97-26c708d44346 {
  
}
}@media (max-width: 767px){#s-bab0f888-b1da-4321-9a97-26c708d44346 {
  
}
}







#s-bab0f888-b1da-4321-9a97-26c708d44346 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bab0f888-b1da-4321-9a97-26c708d44346.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec8fa445-a007-4b08-84c8-ce10f6553c90 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ec8fa445-a007-4b08-84c8-ce10f6553c90 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ec8fa445-a007-4b08-84c8-ce10f6553c90 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-ec8fa445-a007-4b08-84c8-ce10f6553c90 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-bcfbcf5f-fd19-43d1-a4fb-497a02eae481 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bcfbcf5f-fd19-43d1-a4fb-497a02eae481 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bcfbcf5f-fd19-43d1-a4fb-497a02eae481 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-bcfbcf5f-fd19-43d1-a4fb-497a02eae481 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c6b031a9-baa1-4570-abec-73606a8ded97 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c6b031a9-baa1-4570-abec-73606a8ded97 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c6b031a9-baa1-4570-abec-73606a8ded97 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67e6e9ff-786e-4b56-91a6-0360c1818254 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-67e6e9ff-786e-4b56-91a6-0360c1818254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9f6e374f-8da0-448d-813c-a9370b55db00 {
  text-align: center;
}




  #s-9f6e374f-8da0-448d-813c-a9370b55db00 img.shogun-image {
    
    width: px;
  }


#s-9f6e374f-8da0-448d-813c-a9370b55db00 .shogun-image-content {
  
    align-items: center;
  
}

#s-433e7426-285c-4924-82e3-ba30f6b95ebe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-433e7426-285c-4924-82e3-ba30f6b95ebe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-433e7426-285c-4924-82e3-ba30f6b95ebe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-433e7426-285c-4924-82e3-ba30f6b95ebe {
  
}
}@media (max-width: 767px){#s-433e7426-285c-4924-82e3-ba30f6b95ebe {
  
}
}







#s-433e7426-285c-4924-82e3-ba30f6b95ebe > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-433e7426-285c-4924-82e3-ba30f6b95ebe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e5f3e2b-fcd6-4efc-83d4-8832ecc033d2 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7e5f3e2b-fcd6-4efc-83d4-8832ecc033d2 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-7e5f3e2b-fcd6-4efc-83d4-8832ecc033d2 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-5980c00a-f55a-4568-92e1-6fce0e1ba795 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5980c00a-f55a-4568-92e1-6fce0e1ba795 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5980c00a-f55a-4568-92e1-6fce0e1ba795 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-74c64783-1f9c-4a13-a7db-55b7c109a893 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-74c64783-1f9c-4a13-a7db-55b7c109a893 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-867d8bb0-e00f-46ec-a57f-925738b20f0c {
  text-align: center;
}




  #s-867d8bb0-e00f-46ec-a57f-925738b20f0c img.shogun-image {
    
    width: px;
  }


#s-867d8bb0-e00f-46ec-a57f-925738b20f0c .shogun-image-content {
  
    align-items: center;
  
}

#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 {
  
}
}@media (max-width: 767px){#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 {
  
}
}







#s-ebb5d001-fdb8-4196-98a3-dee2affe8366 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ebb5d001-fdb8-4196-98a3-dee2affe8366.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bde8b667-fc60-4d2a-ad3d-4ee3ddee5000 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bde8b667-fc60-4d2a-ad3d-4ee3ddee5000 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-bde8b667-fc60-4d2a-ad3d-4ee3ddee5000 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9425101d-33ec-44f3-b26a-16d01925cc53 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9425101d-33ec-44f3-b26a-16d01925cc53 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9425101d-33ec-44f3-b26a-16d01925cc53 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f1ea9214-69cc-47c7-81fd-7b0810a7d328 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f1ea9214-69cc-47c7-81fd-7b0810a7d328 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1d0e3920-356d-456c-bb38-e004fa67a927 {
  text-align: center;
}




  #s-1d0e3920-356d-456c-bb38-e004fa67a927 img.shogun-image {
    
    width: px;
  }


#s-1d0e3920-356d-456c-bb38-e004fa67a927 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bd48883-8476-43f8-a31f-82a54f00eaff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6bd48883-8476-43f8-a31f-82a54f00eaff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6bd48883-8476-43f8-a31f-82a54f00eaff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6bd48883-8476-43f8-a31f-82a54f00eaff {
  
}
}@media (max-width: 767px){#s-6bd48883-8476-43f8-a31f-82a54f00eaff {
  
}
}







#s-6bd48883-8476-43f8-a31f-82a54f00eaff > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6bd48883-8476-43f8-a31f-82a54f00eaff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3038f01a-4e21-4234-8e3c-68643c1d9f2d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3038f01a-4e21-4234-8e3c-68643c1d9f2d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-3038f01a-4e21-4234-8e3c-68643c1d9f2d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-490d341b-3d36-4165-bce6-1f34f7208857 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-490d341b-3d36-4165-bce6-1f34f7208857 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-490d341b-3d36-4165-bce6-1f34f7208857 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-023179f0-f644-424e-ae8c-ff1bc42ffa4d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-023179f0-f644-424e-ae8c-ff1bc42ffa4d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c9b22ca-899a-4e00-8628-605bb1b8ba1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-485c17cc-539b-4abc-9afc-e90c730007ca {
  text-align: center;
}




  #s-485c17cc-539b-4abc-9afc-e90c730007ca img.shogun-image {
    
    width: px;
  }


#s-485c17cc-539b-4abc-9afc-e90c730007ca .shogun-image-content {
  
    align-items: center;
  
}

#s-1e351746-1652-442d-8382-226e5d95b155 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1e351746-1652-442d-8382-226e5d95b155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e351746-1652-442d-8382-226e5d95b155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e351746-1652-442d-8382-226e5d95b155 {
  
}
}@media (max-width: 767px){#s-1e351746-1652-442d-8382-226e5d95b155 {
  
}
}







#s-1e351746-1652-442d-8382-226e5d95b155 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1e351746-1652-442d-8382-226e5d95b155.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c69cebc4-11d7-43fa-8fe1-2d1cfaa11e44 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c69cebc4-11d7-43fa-8fe1-2d1cfaa11e44 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c69cebc4-11d7-43fa-8fe1-2d1cfaa11e44 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-c69cebc4-11d7-43fa-8fe1-2d1cfaa11e44 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-ee033acc-de4f-4647-84ae-b7fdb21642e0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ee033acc-de4f-4647-84ae-b7fdb21642e0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ee033acc-de4f-4647-84ae-b7fdb21642e0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ee033acc-de4f-4647-84ae-b7fdb21642e0 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-a0b9fdf0-d153-4668-852f-4d8be016d7f2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a0b9fdf0-d153-4668-852f-4d8be016d7f2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a0b9fdf0-d153-4668-852f-4d8be016d7f2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4808a413-4b0e-4649-b804-cf353d06c291 {
  text-align: center;
}




  #s-4808a413-4b0e-4649-b804-cf353d06c291 img.shogun-image {
    
    width: px;
  }


#s-4808a413-4b0e-4649-b804-cf353d06c291 .shogun-image-content {
  
    align-items: center;
  
}

#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 {
  
}
}@media (max-width: 767px){#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 {
  
}
}







#s-3381694b-5b0a-4e97-a195-f45642c4e3e5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3381694b-5b0a-4e97-a195-f45642c4e3e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8eb691b2-6edf-49af-837e-cfe4de1b1d32 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8eb691b2-6edf-49af-837e-cfe4de1b1d32 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8eb691b2-6edf-49af-837e-cfe4de1b1d32 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-8eb691b2-6edf-49af-837e-cfe4de1b1d32 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-546813c4-870d-4d66-b88f-ca5f8fe7873a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-546813c4-870d-4d66-b88f-ca5f8fe7873a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-546813c4-870d-4d66-b88f-ca5f8fe7873a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-546813c4-870d-4d66-b88f-ca5f8fe7873a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b75bcbb9-690d-4219-b199-dcc302643b00 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b75bcbb9-690d-4219-b199-dcc302643b00 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b75bcbb9-690d-4219-b199-dcc302643b00 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b8155d7d-0dd9-4c2f-b580-ce5ad8473bec {
  text-align: center;
}




  #s-b8155d7d-0dd9-4c2f-b580-ce5ad8473bec img.shogun-image {
    
    width: px;
  }


#s-b8155d7d-0dd9-4c2f-b580-ce5ad8473bec .shogun-image-content {
  
    align-items: center;
  
}

#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb {
  
}
}@media (max-width: 767px){#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb {
  
}
}







#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2eb85fc1-1ff8-4e34-bef4-621d1a1cdcfb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17c10e16-0930-4b70-8a58-07f08a830550 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-17c10e16-0930-4b70-8a58-07f08a830550 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-17c10e16-0930-4b70-8a58-07f08a830550 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-17c10e16-0930-4b70-8a58-07f08a830550 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-43be5fdc-bca6-40cf-84d5-48415b36e1de {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-43be5fdc-bca6-40cf-84d5-48415b36e1de {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-43be5fdc-bca6-40cf-84d5-48415b36e1de .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-43be5fdc-bca6-40cf-84d5-48415b36e1de .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-76c390cd-ded6-4786-a89a-54f0f5fceed2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-76c390cd-ded6-4786-a89a-54f0f5fceed2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-76c390cd-ded6-4786-a89a-54f0f5fceed2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17452052-5c1b-46d3-b133-b33a8c3f229d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17452052-5c1b-46d3-b133-b33a8c3f229d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-65b91e85-2701-45cd-968b-ff98bdef9f01 {
  text-align: center;
}




  #s-65b91e85-2701-45cd-968b-ff98bdef9f01 img.shogun-image {
    
    width: px;
  }


#s-65b91e85-2701-45cd-968b-ff98bdef9f01 .shogun-image-content {
  
    align-items: center;
  
}

#s-4270b44f-2b88-4f56-96a6-44613687c965 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 45px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4270b44f-2b88-4f56-96a6-44613687c965 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4270b44f-2b88-4f56-96a6-44613687c965 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4270b44f-2b88-4f56-96a6-44613687c965 {
  
}
}@media (max-width: 767px){#s-4270b44f-2b88-4f56-96a6-44613687c965 {
  
}
}







#s-4270b44f-2b88-4f56-96a6-44613687c965 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4270b44f-2b88-4f56-96a6-44613687c965.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7094560c-927e-42d9-92c9-922c9ade1c87 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7094560c-927e-42d9-92c9-922c9ade1c87 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7094560c-927e-42d9-92c9-922c9ade1c87 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-7094560c-927e-42d9-92c9-922c9ade1c87 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-0dccfbfe-dccf-4d20-88d7-a5ee721e81ef {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0dccfbfe-dccf-4d20-88d7-a5ee721e81ef {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0dccfbfe-dccf-4d20-88d7-a5ee721e81ef .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0dccfbfe-dccf-4d20-88d7-a5ee721e81ef .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f2cf9b02-b336-4187-802d-cb997776bb90 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f2cf9b02-b336-4187-802d-cb997776bb90 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f2cf9b02-b336-4187-802d-cb997776bb90 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b635c5e0-ef60-4769-8f53-305607035d14 {
  text-align: center;
}




  #s-b635c5e0-ef60-4769-8f53-305607035d14 img.shogun-image {
    
    width: px;
  }


#s-b635c5e0-ef60-4769-8f53-305607035d14 .shogun-image-content {
  
    align-items: center;
  
}

#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b {
  
}
}@media (max-width: 767px){#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b {
  
}
}







#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-cce592fe-9a99-4e48-92c6-8d1b69870a3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f319e70-6a5d-4fab-b64f-cb3956308538 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8f319e70-6a5d-4fab-b64f-cb3956308538 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8f319e70-6a5d-4fab-b64f-cb3956308538 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-8f319e70-6a5d-4fab-b64f-cb3956308538 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e71fd916-eca1-494f-87b4-2ff2fc9c5e9b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e71fd916-eca1-494f-87b4-2ff2fc9c5e9b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e71fd916-eca1-494f-87b4-2ff2fc9c5e9b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e71fd916-eca1-494f-87b4-2ff2fc9c5e9b .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-8f144f9a-85bc-4bca-8e81-80eb30ad47bf {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8f144f9a-85bc-4bca-8e81-80eb30ad47bf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8f144f9a-85bc-4bca-8e81-80eb30ad47bf .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7039a8dd-4dc6-41f3-b563-76f7ca39a678 {
  text-align: center;
}




  #s-7039a8dd-4dc6-41f3-b563-76f7ca39a678 img.shogun-image {
    
    width: px;
  }


#s-7039a8dd-4dc6-41f3-b563-76f7ca39a678 .shogun-image-content {
  
    align-items: center;
  
}

#s-15712f64-886b-4f38-9195-644c9f5ad4c5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-15712f64-886b-4f38-9195-644c9f5ad4c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15712f64-886b-4f38-9195-644c9f5ad4c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15712f64-886b-4f38-9195-644c9f5ad4c5 {
  
}
}@media (max-width: 767px){#s-15712f64-886b-4f38-9195-644c9f5ad4c5 {
  
}
}







#s-15712f64-886b-4f38-9195-644c9f5ad4c5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-15712f64-886b-4f38-9195-644c9f5ad4c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1aa08d6e-08ea-417c-be16-32ae312b9b1a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1aa08d6e-08ea-417c-be16-32ae312b9b1a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1aa08d6e-08ea-417c-be16-32ae312b9b1a .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-1aa08d6e-08ea-417c-be16-32ae312b9b1a .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-f1f3ddc2-cb29-49c8-af3d-8ea428abbd21 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f1f3ddc2-cb29-49c8-af3d-8ea428abbd21 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f1f3ddc2-cb29-49c8-af3d-8ea428abbd21 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f1f3ddc2-cb29-49c8-af3d-8ea428abbd21 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-331875b4-f02e-4d4e-9d2c-8aa7a11c985e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-331875b4-f02e-4d4e-9d2c-8aa7a11c985e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-331875b4-f02e-4d4e-9d2c-8aa7a11c985e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-72aa0038-12f1-4b7f-a4ce-851b5478190e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72aa0038-12f1-4b7f-a4ce-851b5478190e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-10878391-2a6a-469c-a30d-03157869bb57 {
  text-align: center;
}




  #s-10878391-2a6a-469c-a30d-03157869bb57 img.shogun-image {
    
    width: px;
  }


#s-10878391-2a6a-469c-a30d-03157869bb57 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3514c31-6247-4e68-a9b9-4996c342f0ed {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a3514c31-6247-4e68-a9b9-4996c342f0ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3514c31-6247-4e68-a9b9-4996c342f0ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3514c31-6247-4e68-a9b9-4996c342f0ed {
  
}
}@media (max-width: 767px){#s-a3514c31-6247-4e68-a9b9-4996c342f0ed {
  
}
}







#s-a3514c31-6247-4e68-a9b9-4996c342f0ed > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a3514c31-6247-4e68-a9b9-4996c342f0ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2a543ca-c4a5-4b35-9c3e-136a27023e79 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b2a543ca-c4a5-4b35-9c3e-136a27023e79 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b2a543ca-c4a5-4b35-9c3e-136a27023e79 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-ef319623-72b8-42d8-954c-082971107bc5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ef319623-72b8-42d8-954c-082971107bc5 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ef319623-72b8-42d8-954c-082971107bc5 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-87781b4c-2d08-4c5c-b9ea-9cadf5e00849 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-87781b4c-2d08-4c5c-b9ea-9cadf5e00849 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-921bf527-f74a-4573-aeaa-3ec36632e236 {
  text-align: center;
}




  #s-921bf527-f74a-4573-aeaa-3ec36632e236 img.shogun-image {
    
    width: px;
  }


#s-921bf527-f74a-4573-aeaa-3ec36632e236 .shogun-image-content {
  
    align-items: center;
  
}

#s-d65245a8-aa75-4437-8510-be3b1c656f9f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d65245a8-aa75-4437-8510-be3b1c656f9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d65245a8-aa75-4437-8510-be3b1c656f9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d65245a8-aa75-4437-8510-be3b1c656f9f {
  
}
}@media (max-width: 767px){#s-d65245a8-aa75-4437-8510-be3b1c656f9f {
  
}
}







#s-d65245a8-aa75-4437-8510-be3b1c656f9f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d65245a8-aa75-4437-8510-be3b1c656f9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52be46fe-a89b-42a2-b173-a0ecdd47006d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-52be46fe-a89b-42a2-b173-a0ecdd47006d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-52be46fe-a89b-42a2-b173-a0ecdd47006d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e2dbd21e-e04e-4a67-8432-78968f2e5a37 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e2dbd21e-e04e-4a67-8432-78968f2e5a37 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e2dbd21e-e04e-4a67-8432-78968f2e5a37 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-3dc8238c-7b13-4e54-9836-002721d88f4b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3dc8238c-7b13-4e54-9836-002721d88f4b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5c2f1f1c-856b-475e-9f5a-93979cb09b56 {
  text-align: center;
}




  #s-5c2f1f1c-856b-475e-9f5a-93979cb09b56 img.shogun-image {
    
    width: px;
  }


#s-5c2f1f1c-856b-475e-9f5a-93979cb09b56 .shogun-image-content {
  
    align-items: center;
  
}

#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a {
  
}
}@media (max-width: 767px){#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a {
  
}
}







#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-48971bf6-8f13-4f6f-b20b-d247a0cc4a5a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-916e45b5-65db-464d-afa6-3150ff43cf37 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-916e45b5-65db-464d-afa6-3150ff43cf37 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-916e45b5-65db-464d-afa6-3150ff43cf37 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-001c8774-290f-4e93-96b3-6e87f1cec0bc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-001c8774-290f-4e93-96b3-6e87f1cec0bc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-001c8774-290f-4e93-96b3-6e87f1cec0bc .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-e2f87630-4584-4637-a986-4dcbde45a4e9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e2f87630-4584-4637-a986-4dcbde45a4e9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8329bf59-533b-4da8-abcb-e2e9a6a0b3ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-16b2a46d-fc13-4284-bcf8-d5f84fbd660c {
  text-align: center;
}




  #s-16b2a46d-fc13-4284-bcf8-d5f84fbd660c img.shogun-image {
    
    width: px;
  }


#s-16b2a46d-fc13-4284-bcf8-d5f84fbd660c .shogun-image-content {
  
    align-items: center;
  
}

#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 {
  
}
}@media (max-width: 767px){#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 {
  
}
}







#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f2743eb9-09dc-449c-8a9a-20eecdd8b9f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0b9cc51-6a78-4dc6-8596-9ffe3e6e2d73 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a0b9cc51-6a78-4dc6-8596-9ffe3e6e2d73 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a0b9cc51-6a78-4dc6-8596-9ffe3e6e2d73 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-a0b9cc51-6a78-4dc6-8596-9ffe3e6e2d73 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-14cf38a0-aba7-4bc8-92e8-39d766dd3365 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-14cf38a0-aba7-4bc8-92e8-39d766dd3365 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-14cf38a0-aba7-4bc8-92e8-39d766dd3365 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-14cf38a0-aba7-4bc8-92e8-39d766dd3365 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4e2029c1-06f5-465c-8589-f331ed873e91 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4e2029c1-06f5-465c-8589-f331ed873e91 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4e2029c1-06f5-465c-8589-f331ed873e91 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4d1f53ff-0006-4556-af28-52457122dbe3 {
  text-align: center;
}




  #s-4d1f53ff-0006-4556-af28-52457122dbe3 img.shogun-image {
    
    width: px;
  }


#s-4d1f53ff-0006-4556-af28-52457122dbe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b967055-27a5-4e62-94fe-74ece426d68d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2b967055-27a5-4e62-94fe-74ece426d68d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b967055-27a5-4e62-94fe-74ece426d68d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b967055-27a5-4e62-94fe-74ece426d68d {
  
}
}@media (max-width: 767px){#s-2b967055-27a5-4e62-94fe-74ece426d68d {
  
}
}







#s-2b967055-27a5-4e62-94fe-74ece426d68d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2b967055-27a5-4e62-94fe-74ece426d68d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ac2a97c-3146-4f75-b938-e4484b8f4bdd {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4ac2a97c-3146-4f75-b938-e4484b8f4bdd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4ac2a97c-3146-4f75-b938-e4484b8f4bdd .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-4ac2a97c-3146-4f75-b938-e4484b8f4bdd .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-63dbeb20-d169-4a1e-8463-0f761e955268 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-63dbeb20-d169-4a1e-8463-0f761e955268 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-63dbeb20-d169-4a1e-8463-0f761e955268 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-63dbeb20-d169-4a1e-8463-0f761e955268 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-5ff153d8-1ab0-4f6f-94c5-3e4d084dc5dd {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5ff153d8-1ab0-4f6f-94c5-3e4d084dc5dd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5ff153d8-1ab0-4f6f-94c5-3e4d084dc5dd .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d39fa430-b5f6-4948-b5e4-c00f637d5685 {
  text-align: center;
}




  #s-d39fa430-b5f6-4948-b5e4-c00f637d5685 img.shogun-image {
    
    width: px;
  }


#s-d39fa430-b5f6-4948-b5e4-c00f637d5685 .shogun-image-content {
  
    align-items: center;
  
}

#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 {
  
}
}@media (max-width: 767px){#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 {
  
}
}







#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-73a69fd1-a60c-4f60-a589-d84eeb8f1f05.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e185637-52f5-466a-84db-9d7683b5640c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2e185637-52f5-466a-84db-9d7683b5640c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2e185637-52f5-466a-84db-9d7683b5640c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-2e185637-52f5-466a-84db-9d7683b5640c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-d7686419-4556-4fd7-a19f-c885bcd284f5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d7686419-4556-4fd7-a19f-c885bcd284f5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d7686419-4556-4fd7-a19f-c885bcd284f5 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d7686419-4556-4fd7-a19f-c885bcd284f5 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ab508925-a6b8-482a-8404-6bea6450a0a8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ab508925-a6b8-482a-8404-6bea6450a0a8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ab508925-a6b8-482a-8404-6bea6450a0a8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b0b295c1-1408-4962-bda8-c002a221e2d4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b0b295c1-1408-4962-bda8-c002a221e2d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d8d0565c-6f26-4f85-ad8e-faff45199dca {
  text-align: center;
}




  #s-d8d0565c-6f26-4f85-ad8e-faff45199dca img.shogun-image {
    
    width: px;
  }


#s-d8d0565c-6f26-4f85-ad8e-faff45199dca .shogun-image-content {
  
    align-items: center;
  
}

#s-23254689-1dd3-40b5-8657-7468f243640f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 45px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-23254689-1dd3-40b5-8657-7468f243640f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23254689-1dd3-40b5-8657-7468f243640f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23254689-1dd3-40b5-8657-7468f243640f {
  
}
}@media (max-width: 767px){#s-23254689-1dd3-40b5-8657-7468f243640f {
  
}
}







#s-23254689-1dd3-40b5-8657-7468f243640f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-23254689-1dd3-40b5-8657-7468f243640f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3bf6f9df-042e-4188-aac4-2886ae683f14 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3bf6f9df-042e-4188-aac4-2886ae683f14 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3bf6f9df-042e-4188-aac4-2886ae683f14 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-3bf6f9df-042e-4188-aac4-2886ae683f14 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2fc2e58e-caac-4a91-b491-94e408f32277 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2fc2e58e-caac-4a91-b491-94e408f32277 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2fc2e58e-caac-4a91-b491-94e408f32277 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2fc2e58e-caac-4a91-b491-94e408f32277 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-6e086745-4bc2-4082-a3f0-02bb9a601379 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6e086745-4bc2-4082-a3f0-02bb9a601379 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6e086745-4bc2-4082-a3f0-02bb9a601379 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-83e3492a-3046-4c0b-ad1c-1ff35a7d1293 {
  text-align: center;
}




  #s-83e3492a-3046-4c0b-ad1c-1ff35a7d1293 img.shogun-image {
    
    width: px;
  }


#s-83e3492a-3046-4c0b-ad1c-1ff35a7d1293 .shogun-image-content {
  
    align-items: center;
  
}

#s-668de21c-55f2-418e-b070-8f0a8c36aabc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-668de21c-55f2-418e-b070-8f0a8c36aabc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-668de21c-55f2-418e-b070-8f0a8c36aabc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-668de21c-55f2-418e-b070-8f0a8c36aabc {
  
}
}@media (max-width: 767px){#s-668de21c-55f2-418e-b070-8f0a8c36aabc {
  
}
}







#s-668de21c-55f2-418e-b070-8f0a8c36aabc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-668de21c-55f2-418e-b070-8f0a8c36aabc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dee6e43e-740f-4b77-bd40-a54978d46feb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dee6e43e-740f-4b77-bd40-a54978d46feb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dee6e43e-740f-4b77-bd40-a54978d46feb .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-dee6e43e-740f-4b77-bd40-a54978d46feb .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e87b0342-2199-4d7d-a3c2-4d92c1fdd245 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e87b0342-2199-4d7d-a3c2-4d92c1fdd245 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e87b0342-2199-4d7d-a3c2-4d92c1fdd245 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e87b0342-2199-4d7d-a3c2-4d92c1fdd245 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4d472541-a557-480e-b284-44b2bd4b407d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4d472541-a557-480e-b284-44b2bd4b407d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4d472541-a557-480e-b284-44b2bd4b407d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8f370c2a-80a6-4fdb-b53a-4a1b8239b2bc {
  text-align: center;
}




  #s-8f370c2a-80a6-4fdb-b53a-4a1b8239b2bc img.shogun-image {
    
    width: px;
  }


#s-8f370c2a-80a6-4fdb-b53a-4a1b8239b2bc .shogun-image-content {
  
    align-items: center;
  
}

#s-384a5cc3-189f-4774-87c6-936624dffda8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-384a5cc3-189f-4774-87c6-936624dffda8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-384a5cc3-189f-4774-87c6-936624dffda8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-384a5cc3-189f-4774-87c6-936624dffda8 {
  
}
}@media (max-width: 767px){#s-384a5cc3-189f-4774-87c6-936624dffda8 {
  
}
}







#s-384a5cc3-189f-4774-87c6-936624dffda8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-384a5cc3-189f-4774-87c6-936624dffda8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-66e2bf82-c2aa-4f59-8990-5306a8ddbc74 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-66e2bf82-c2aa-4f59-8990-5306a8ddbc74 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-66e2bf82-c2aa-4f59-8990-5306a8ddbc74 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-66e2bf82-c2aa-4f59-8990-5306a8ddbc74 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-21199ed5-6885-447e-ba3a-9993e1d3ff81 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-21199ed5-6885-447e-ba3a-9993e1d3ff81 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-21199ed5-6885-447e-ba3a-9993e1d3ff81 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-21199ed5-6885-447e-ba3a-9993e1d3ff81 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4483e080-05b0-4b40-9521-00c2cba5affe {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4483e080-05b0-4b40-9521-00c2cba5affe {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4483e080-05b0-4b40-9521-00c2cba5affe .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-86243549-df14-472d-bf74-aa8433795a0c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86243549-df14-472d-bf74-aa8433795a0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8a75990c-bb02-4a06-8e8f-f1e73ad80c03 {
  text-align: center;
}




  #s-8a75990c-bb02-4a06-8e8f-f1e73ad80c03 img.shogun-image {
    
    width: px;
  }


#s-8a75990c-bb02-4a06-8e8f-f1e73ad80c03 .shogun-image-content {
  
    align-items: center;
  
}

#s-b672dfbc-9698-48a1-aba9-a38853c56c37 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b672dfbc-9698-48a1-aba9-a38853c56c37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b672dfbc-9698-48a1-aba9-a38853c56c37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b672dfbc-9698-48a1-aba9-a38853c56c37 {
  
}
}@media (max-width: 767px){#s-b672dfbc-9698-48a1-aba9-a38853c56c37 {
  
}
}







#s-b672dfbc-9698-48a1-aba9-a38853c56c37 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b672dfbc-9698-48a1-aba9-a38853c56c37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac52f36e-9377-43db-be78-715bb9c0bc63 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ac52f36e-9377-43db-be78-715bb9c0bc63 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ac52f36e-9377-43db-be78-715bb9c0bc63 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-ac52f36e-9377-43db-be78-715bb9c0bc63 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-16ee0dfb-7845-4ca4-aeeb-7a908df4ab46 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-16ee0dfb-7845-4ca4-aeeb-7a908df4ab46 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-16ee0dfb-7845-4ca4-aeeb-7a908df4ab46 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-16ee0dfb-7845-4ca4-aeeb-7a908df4ab46 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-316e63ba-9c80-45f3-8069-38239dd33b2f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-316e63ba-9c80-45f3-8069-38239dd33b2f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-316e63ba-9c80-45f3-8069-38239dd33b2f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b60d4681-e1de-4242-8beb-b229ec22f78c {
  text-align: center;
}




  #s-b60d4681-e1de-4242-8beb-b229ec22f78c img.shogun-image {
    
    width: px;
  }


#s-b60d4681-e1de-4242-8beb-b229ec22f78c .shogun-image-content {
  
    align-items: center;
  
}

#s-1c3d0b96-4006-4608-9152-c47bcf4a686f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1c3d0b96-4006-4608-9152-c47bcf4a686f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c3d0b96-4006-4608-9152-c47bcf4a686f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c3d0b96-4006-4608-9152-c47bcf4a686f {
  
}
}@media (max-width: 767px){#s-1c3d0b96-4006-4608-9152-c47bcf4a686f {
  
}
}







#s-1c3d0b96-4006-4608-9152-c47bcf4a686f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1c3d0b96-4006-4608-9152-c47bcf4a686f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19ffa19d-4fca-4558-a69e-8c8e6a5c571c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-19ffa19d-4fca-4558-a69e-8c8e6a5c571c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-19ffa19d-4fca-4558-a69e-8c8e6a5c571c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-19ffa19d-4fca-4558-a69e-8c8e6a5c571c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-458793a8-9ca3-4e2a-adef-35593d215cec {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-458793a8-9ca3-4e2a-adef-35593d215cec {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-458793a8-9ca3-4e2a-adef-35593d215cec .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-458793a8-9ca3-4e2a-adef-35593d215cec .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-d6e278c7-b126-4e09-bc7d-c2cfff26b8e5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d6e278c7-b126-4e09-bc7d-c2cfff26b8e5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d6e278c7-b126-4e09-bc7d-c2cfff26b8e5 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-536048c0-fe79-4000-9314-7c2e278c2d2c {
  text-align: center;
}




  #s-536048c0-fe79-4000-9314-7c2e278c2d2c img.shogun-image {
    
    width: px;
  }


#s-536048c0-fe79-4000-9314-7c2e278c2d2c .shogun-image-content {
  
    align-items: center;
  
}

#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 {
  
}
}@media (max-width: 767px){#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 {
  
}
}







#s-e1874eb4-01f9-458a-ba10-03972e4e17f5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e1874eb4-01f9-458a-ba10-03972e4e17f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e17a51f-66c5-4bd1-abbd-3ceab2ee757d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8e17a51f-66c5-4bd1-abbd-3ceab2ee757d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8e17a51f-66c5-4bd1-abbd-3ceab2ee757d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-8e17a51f-66c5-4bd1-abbd-3ceab2ee757d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-c59fc7b7-c304-4f71-8895-09dfec3a541d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c59fc7b7-c304-4f71-8895-09dfec3a541d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c59fc7b7-c304-4f71-8895-09dfec3a541d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c59fc7b7-c304-4f71-8895-09dfec3a541d .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-13d588dc-e432-4001-8494-b553cdd540bd {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-13d588dc-e432-4001-8494-b553cdd540bd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-13d588dc-e432-4001-8494-b553cdd540bd .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-19258d4f-fc8b-48ba-8386-0adbee25237f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19258d4f-fc8b-48ba-8386-0adbee25237f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1c0a5dda-65dc-438c-8939-d4c0ef256d35 {
  text-align: center;
}




  #s-1c0a5dda-65dc-438c-8939-d4c0ef256d35 img.shogun-image {
    
    width: px;
  }


#s-1c0a5dda-65dc-438c-8939-d4c0ef256d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 45px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 {
  
}
}@media (max-width: 767px){#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 {
  
}
}







#s-344d6c61-af9c-47cb-9356-8aa229ce01a4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-344d6c61-af9c-47cb-9356-8aa229ce01a4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0fb5a354-4088-4ade-a537-d3f67115f8c7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0fb5a354-4088-4ade-a537-d3f67115f8c7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0fb5a354-4088-4ade-a537-d3f67115f8c7 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-0fb5a354-4088-4ade-a537-d3f67115f8c7 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-21d882f0-aad3-4e89-8f23-afad7771b588 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-21d882f0-aad3-4e89-8f23-afad7771b588 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-21d882f0-aad3-4e89-8f23-afad7771b588 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-21d882f0-aad3-4e89-8f23-afad7771b588 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-bd91201e-03f3-4d89-b58e-68c1b556175b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bd91201e-03f3-4d89-b58e-68c1b556175b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bd91201e-03f3-4d89-b58e-68c1b556175b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1ce2348e-0e96-420a-8dc3-320163281654 {
  text-align: center;
}




  #s-1ce2348e-0e96-420a-8dc3-320163281654 img.shogun-image {
    
    width: px;
  }


#s-1ce2348e-0e96-420a-8dc3-320163281654 .shogun-image-content {
  
    align-items: center;
  
}

#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 {
  
}
}@media (max-width: 767px){#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 {
  
}
}







#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6645a81f-5917-44c5-9cc5-c43c7affa4f1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-26f14676-0960-4fe1-a3e9-c4afeeca36bb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-26f14676-0960-4fe1-a3e9-c4afeeca36bb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-26f14676-0960-4fe1-a3e9-c4afeeca36bb .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-26f14676-0960-4fe1-a3e9-c4afeeca36bb .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9c4b984d-00fd-4f86-8e00-9c6bdf301e59 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9c4b984d-00fd-4f86-8e00-9c6bdf301e59 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9c4b984d-00fd-4f86-8e00-9c6bdf301e59 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9c4b984d-00fd-4f86-8e00-9c6bdf301e59 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c18532bd-d23a-4820-a4fb-645071d9a780 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c18532bd-d23a-4820-a4fb-645071d9a780 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c18532bd-d23a-4820-a4fb-645071d9a780 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9f9b5a46-0604-49c7-b82d-06c965a1e04e {
  text-align: center;
}




  #s-9f9b5a46-0604-49c7-b82d-06c965a1e04e img.shogun-image {
    
    width: px;
  }


#s-9f9b5a46-0604-49c7-b82d-06c965a1e04e .shogun-image-content {
  
    align-items: center;
  
}

#s-c82bd473-326e-482a-82ca-52b535d26f6b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c82bd473-326e-482a-82ca-52b535d26f6b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c82bd473-326e-482a-82ca-52b535d26f6b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c82bd473-326e-482a-82ca-52b535d26f6b {
  
}
}@media (max-width: 767px){#s-c82bd473-326e-482a-82ca-52b535d26f6b {
  
}
}







#s-c82bd473-326e-482a-82ca-52b535d26f6b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c82bd473-326e-482a-82ca-52b535d26f6b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dee918e4-bbf6-4b0e-8943-2ad7d9ad761e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dee918e4-bbf6-4b0e-8943-2ad7d9ad761e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dee918e4-bbf6-4b0e-8943-2ad7d9ad761e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-dee918e4-bbf6-4b0e-8943-2ad7d9ad761e .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-32ccc915-62da-4cd1-b440-1db29c7343bc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-32ccc915-62da-4cd1-b440-1db29c7343bc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-32ccc915-62da-4cd1-b440-1db29c7343bc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-32ccc915-62da-4cd1-b440-1db29c7343bc .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-74b8b3aa-9a6d-4902-97c3-96af0284e4ab {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-74b8b3aa-9a6d-4902-97c3-96af0284e4ab {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-74b8b3aa-9a6d-4902-97c3-96af0284e4ab .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-940f0143-bc6f-45be-9e2d-4575b1bf4e07 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-940f0143-bc6f-45be-9e2d-4575b1bf4e07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-13d3bcc5-1df8-4b58-a54b-5d25bb242c6e {
  text-align: center;
}




  #s-13d3bcc5-1df8-4b58-a54b-5d25bb242c6e img.shogun-image {
    
    width: px;
  }


#s-13d3bcc5-1df8-4b58-a54b-5d25bb242c6e .shogun-image-content {
  
    align-items: center;
  
}

#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 {
  
}
}@media (max-width: 767px){#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 {
  
}
}







#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-405a0c7c-66a4-4a5e-b2cd-edeaab049050.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eadb76c4-17df-4520-83ca-446d70e21115 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-eadb76c4-17df-4520-83ca-446d70e21115 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-eadb76c4-17df-4520-83ca-446d70e21115 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-eadb76c4-17df-4520-83ca-446d70e21115 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-1cb32ab3-b760-4d74-9ea8-4da65389d797 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1cb32ab3-b760-4d74-9ea8-4da65389d797 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1cb32ab3-b760-4d74-9ea8-4da65389d797 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1cb32ab3-b760-4d74-9ea8-4da65389d797 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-1b37e07c-4d1a-45d0-b9e7-5113151bd5a1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1b37e07c-4d1a-45d0-b9e7-5113151bd5a1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1b37e07c-4d1a-45d0-b9e7-5113151bd5a1 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-84715a35-9f7f-41fc-ab38-5c7f3db66130 {
  text-align: center;
}




  #s-84715a35-9f7f-41fc-ab38-5c7f3db66130 img.shogun-image {
    
    width: px;
  }


#s-84715a35-9f7f-41fc-ab38-5c7f3db66130 .shogun-image-content {
  
    align-items: center;
  
}

#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 {
  
}
}@media (max-width: 767px){#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 {
  
}
}







#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c980fb1d-ef31-4987-87a6-f5ea0ec91645.shg-box.shg-c {
  justify-content: flex-start;
}

#s-28d9527c-2be1-429c-80d1-0e6a966581c6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-28d9527c-2be1-429c-80d1-0e6a966581c6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-28d9527c-2be1-429c-80d1-0e6a966581c6 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-28d9527c-2be1-429c-80d1-0e6a966581c6 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-6901fec6-2aa0-4879-8d93-d85df57589e2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6901fec6-2aa0-4879-8d93-d85df57589e2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6901fec6-2aa0-4879-8d93-d85df57589e2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6901fec6-2aa0-4879-8d93-d85df57589e2 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-1488163f-e4e6-4c6c-a430-87fb452c804c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1488163f-e4e6-4c6c-a430-87fb452c804c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1488163f-e4e6-4c6c-a430-87fb452c804c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f7794734-e502-4a24-ae56-9f020950c1b2 {
  text-align: center;
}




  #s-f7794734-e502-4a24-ae56-9f020950c1b2 img.shogun-image {
    
    width: px;
  }


#s-f7794734-e502-4a24-ae56-9f020950c1b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0373938d-88e6-4168-ac62-b5251113552c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0373938d-88e6-4168-ac62-b5251113552c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0373938d-88e6-4168-ac62-b5251113552c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0373938d-88e6-4168-ac62-b5251113552c {
  
}
}@media (max-width: 767px){#s-0373938d-88e6-4168-ac62-b5251113552c {
  
}
}







#s-0373938d-88e6-4168-ac62-b5251113552c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0373938d-88e6-4168-ac62-b5251113552c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80054de5-ddcb-4c72-93cc-eec51e60bae7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-80054de5-ddcb-4c72-93cc-eec51e60bae7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-80054de5-ddcb-4c72-93cc-eec51e60bae7 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-80054de5-ddcb-4c72-93cc-eec51e60bae7 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9271ded2-5dc6-4d2f-b35a-86d7eddfe421 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9271ded2-5dc6-4d2f-b35a-86d7eddfe421 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9271ded2-5dc6-4d2f-b35a-86d7eddfe421 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9271ded2-5dc6-4d2f-b35a-86d7eddfe421 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-00388561-51a4-4791-8b9d-c99d4cf6c409 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-00388561-51a4-4791-8b9d-c99d4cf6c409 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-00388561-51a4-4791-8b9d-c99d4cf6c409 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6f7b8c78-4feb-4a7a-ab12-0b55bce2d7cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-818c40b1-ecd9-42ef-9aad-5ba4abcf7c1d {
  text-align: center;
}




  #s-818c40b1-ecd9-42ef-9aad-5ba4abcf7c1d img.shogun-image {
    
    width: px;
  }


#s-818c40b1-ecd9-42ef-9aad-5ba4abcf7c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-8886239f-52b4-4407-b7f3-d7248bad93d0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8886239f-52b4-4407-b7f3-d7248bad93d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8886239f-52b4-4407-b7f3-d7248bad93d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8886239f-52b4-4407-b7f3-d7248bad93d0 {
  
}
}@media (max-width: 767px){#s-8886239f-52b4-4407-b7f3-d7248bad93d0 {
  
}
}







#s-8886239f-52b4-4407-b7f3-d7248bad93d0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8886239f-52b4-4407-b7f3-d7248bad93d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e1d333a4-77fe-481a-b7b0-2570e673b913 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e1d333a4-77fe-481a-b7b0-2570e673b913 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e1d333a4-77fe-481a-b7b0-2570e673b913 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-e1d333a4-77fe-481a-b7b0-2570e673b913 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-dccfa96e-ca42-4e7f-b5c9-7b9ca3e5fa75 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dccfa96e-ca42-4e7f-b5c9-7b9ca3e5fa75 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dccfa96e-ca42-4e7f-b5c9-7b9ca3e5fa75 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-dccfa96e-ca42-4e7f-b5c9-7b9ca3e5fa75 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-044642b8-e263-49e7-9bd6-9de342a666fc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-044642b8-e263-49e7-9bd6-9de342a666fc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-044642b8-e263-49e7-9bd6-9de342a666fc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-69188ad5-43f6-4641-82c4-f923ca675104 {
  text-align: center;
}




  #s-69188ad5-43f6-4641-82c4-f923ca675104 img.shogun-image {
    
    width: px;
  }


#s-69188ad5-43f6-4641-82c4-f923ca675104 .shogun-image-content {
  
    align-items: center;
  
}

#s-69cb139b-0c41-41b2-b283-e18059ceff1d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-69cb139b-0c41-41b2-b283-e18059ceff1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69cb139b-0c41-41b2-b283-e18059ceff1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69cb139b-0c41-41b2-b283-e18059ceff1d {
  
}
}@media (max-width: 767px){#s-69cb139b-0c41-41b2-b283-e18059ceff1d {
  
}
}







#s-69cb139b-0c41-41b2-b283-e18059ceff1d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-69cb139b-0c41-41b2-b283-e18059ceff1d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f702cd2-879b-469a-913b-f9836004acca {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5f702cd2-879b-469a-913b-f9836004acca {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5f702cd2-879b-469a-913b-f9836004acca .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-5f702cd2-879b-469a-913b-f9836004acca .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9ddf03f8-145a-4477-9a0a-99c3b13d3b82 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9ddf03f8-145a-4477-9a0a-99c3b13d3b82 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9ddf03f8-145a-4477-9a0a-99c3b13d3b82 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9ddf03f8-145a-4477-9a0a-99c3b13d3b82 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-1e7a8235-3029-499d-9420-1a224342c4c9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1e7a8235-3029-499d-9420-1a224342c4c9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1e7a8235-3029-499d-9420-1a224342c4c9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ce9a9ecd-0e25-4048-ac8a-f0889950837f {
  min-height: 50px;
}








#s-ce9a9ecd-0e25-4048-ac8a-f0889950837f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce9a9ecd-0e25-4048-ac8a-f0889950837f.shg-box.shg-c {
  justify-content: center;
}

#s-ebbbba51-2a52-4d4d-ba2a-a82acfe16aad {
  text-align: center;
}




  #s-ebbbba51-2a52-4d4d-ba2a-a82acfe16aad img.shogun-image {
    
    width: px;
  }


#s-ebbbba51-2a52-4d4d-ba2a-a82acfe16aad .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 {
  
}
}@media (max-width: 767px){#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 {
  
}
}







#s-ac9f1b9a-b027-4c89-be48-0c7d59490882 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ac9f1b9a-b027-4c89-be48-0c7d59490882.shg-box.shg-c {
  justify-content: flex-start;
}

#s-42e589bd-e97a-47e8-80da-115f9ec4326a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-42e589bd-e97a-47e8-80da-115f9ec4326a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-42e589bd-e97a-47e8-80da-115f9ec4326a .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-42e589bd-e97a-47e8-80da-115f9ec4326a .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-831c5e10-c34c-4467-85a4-488018a7766a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-831c5e10-c34c-4467-85a4-488018a7766a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-831c5e10-c34c-4467-85a4-488018a7766a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-831c5e10-c34c-4467-85a4-488018a7766a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c7ffba53-fcf9-4cc4-b7a9-c9c81ac438bb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c7ffba53-fcf9-4cc4-b7a9-c9c81ac438bb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c7ffba53-fcf9-4cc4-b7a9-c9c81ac438bb .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6994de56-5e01-486e-b853-283e208525e2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6994de56-5e01-486e-b853-283e208525e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-79509413-ed56-4ff8-9113-4e0c4069d603 {
  text-align: center;
}




  #s-79509413-ed56-4ff8-9113-4e0c4069d603 img.shogun-image {
    
    width: px;
  }


#s-79509413-ed56-4ff8-9113-4e0c4069d603 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 {
  
}
}@media (max-width: 767px){#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 {
  
}
}







#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5f3e259f-5d6f-4e0e-9d7b-7a62e500a565.shg-box.shg-c {
  justify-content: flex-start;
}

#s-239c7e4a-8b7b-4cfc-8bb1-714b31e8be9c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-239c7e4a-8b7b-4cfc-8bb1-714b31e8be9c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-239c7e4a-8b7b-4cfc-8bb1-714b31e8be9c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-239c7e4a-8b7b-4cfc-8bb1-714b31e8be9c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7a6484ef-6c80-4193-aa5e-cc9e8a6f6bdf {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7a6484ef-6c80-4193-aa5e-cc9e8a6f6bdf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7a6484ef-6c80-4193-aa5e-cc9e8a6f6bdf .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7a6484ef-6c80-4193-aa5e-cc9e8a6f6bdf .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-96a05751-2950-4697-9245-5468dbcfb06e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-96a05751-2950-4697-9245-5468dbcfb06e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-96a05751-2950-4697-9245-5468dbcfb06e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cb49815a-70fa-436a-9c8f-1d9f5e063ca8 {
  text-align: center;
}




  #s-cb49815a-70fa-436a-9c8f-1d9f5e063ca8 img.shogun-image {
    
    width: px;
  }


#s-cb49815a-70fa-436a-9c8f-1d9f5e063ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-101800fc-230a-4f0b-80f1-39e31710e763 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-101800fc-230a-4f0b-80f1-39e31710e763 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-101800fc-230a-4f0b-80f1-39e31710e763 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-101800fc-230a-4f0b-80f1-39e31710e763 {
  
}
}@media (max-width: 767px){#s-101800fc-230a-4f0b-80f1-39e31710e763 {
  
}
}







#s-101800fc-230a-4f0b-80f1-39e31710e763 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-101800fc-230a-4f0b-80f1-39e31710e763.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0efda4f8-5643-44fb-9497-c0932dc20c54 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0efda4f8-5643-44fb-9497-c0932dc20c54 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0efda4f8-5643-44fb-9497-c0932dc20c54 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-0efda4f8-5643-44fb-9497-c0932dc20c54 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-59531b95-b84e-4ad9-8ad3-2d7f34916045 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-59531b95-b84e-4ad9-8ad3-2d7f34916045 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-59531b95-b84e-4ad9-8ad3-2d7f34916045 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-59531b95-b84e-4ad9-8ad3-2d7f34916045 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9b005e98-c06c-451a-b05f-638b99a7443f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9b005e98-c06c-451a-b05f-638b99a7443f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9b005e98-c06c-451a-b05f-638b99a7443f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1fabf15b-e70c-4b06-a335-c0427e8f899c {
  text-align: center;
}




  #s-1fabf15b-e70c-4b06-a335-c0427e8f899c img.shogun-image {
    
    width: px;
  }


#s-1fabf15b-e70c-4b06-a335-c0427e8f899c .shogun-image-content {
  
    align-items: center;
  
}

#s-6d1c4812-6228-40e5-a532-22ab745bd32f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6d1c4812-6228-40e5-a532-22ab745bd32f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d1c4812-6228-40e5-a532-22ab745bd32f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d1c4812-6228-40e5-a532-22ab745bd32f {
  
}
}@media (max-width: 767px){#s-6d1c4812-6228-40e5-a532-22ab745bd32f {
  
}
}







#s-6d1c4812-6228-40e5-a532-22ab745bd32f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6d1c4812-6228-40e5-a532-22ab745bd32f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eefea345-312b-4d16-ab81-d6df01238eb3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-eefea345-312b-4d16-ab81-d6df01238eb3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-eefea345-312b-4d16-ab81-d6df01238eb3 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-eefea345-312b-4d16-ab81-d6df01238eb3 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-61139b9d-11eb-4b18-9648-ade21a09cdcc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-61139b9d-11eb-4b18-9648-ade21a09cdcc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-61139b9d-11eb-4b18-9648-ade21a09cdcc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-61139b9d-11eb-4b18-9648-ade21a09cdcc .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-3cd5b0d6-e92b-4f5b-a55d-a39ade18cd7e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3cd5b0d6-e92b-4f5b-a55d-a39ade18cd7e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3cd5b0d6-e92b-4f5b-a55d-a39ade18cd7e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e53406cc-9653-49fa-a705-c994cc0206b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e150fcc9-a4b3-4390-b53d-0e659a9c17b4 {
  text-align: center;
}




  #s-e150fcc9-a4b3-4390-b53d-0e659a9c17b4 img.shogun-image {
    
    width: px;
  }


#s-e150fcc9-a4b3-4390-b53d-0e659a9c17b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c737263-9b4b-48f9-b51d-df80912a2431 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5c737263-9b4b-48f9-b51d-df80912a2431 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c737263-9b4b-48f9-b51d-df80912a2431 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c737263-9b4b-48f9-b51d-df80912a2431 {
  
}
}@media (max-width: 767px){#s-5c737263-9b4b-48f9-b51d-df80912a2431 {
  
}
}







#s-5c737263-9b4b-48f9-b51d-df80912a2431 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5c737263-9b4b-48f9-b51d-df80912a2431.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75ecbbed-b285-4173-a571-970641d3ad13 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-75ecbbed-b285-4173-a571-970641d3ad13 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-75ecbbed-b285-4173-a571-970641d3ad13 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-75ecbbed-b285-4173-a571-970641d3ad13 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-cebc9874-b077-45b5-b2e1-274dba1c08c5 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cebc9874-b077-45b5-b2e1-274dba1c08c5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cebc9874-b077-45b5-b2e1-274dba1c08c5 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-cebc9874-b077-45b5-b2e1-274dba1c08c5 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9e8368ee-8b38-4945-9050-173f1c6ff11a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9e8368ee-8b38-4945-9050-173f1c6ff11a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9e8368ee-8b38-4945-9050-173f1c6ff11a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-246b1295-f1d8-4d53-ae81-fb42816e24e5 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-246b1295-f1d8-4d53-ae81-fb42816e24e5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-246b1295-f1d8-4d53-ae81-fb42816e24e5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-246b1295-f1d8-4d53-ae81-fb42816e24e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d7ea5695-11fa-4cec-8f00-45c18b35ea11 {
  text-align: center;
}




  #s-d7ea5695-11fa-4cec-8f00-45c18b35ea11 img.shogun-image {
    
    width: px;
  }


#s-d7ea5695-11fa-4cec-8f00-45c18b35ea11 .shogun-image-content {
  
    align-items: center;
  
}

#s-1449e3d2-0054-48f2-9123-a936b7f00367 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1449e3d2-0054-48f2-9123-a936b7f00367 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1449e3d2-0054-48f2-9123-a936b7f00367 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1449e3d2-0054-48f2-9123-a936b7f00367 {
  
}
}@media (max-width: 767px){#s-1449e3d2-0054-48f2-9123-a936b7f00367 {
  
}
}







#s-1449e3d2-0054-48f2-9123-a936b7f00367 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1449e3d2-0054-48f2-9123-a936b7f00367.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c5862983-6725-4f39-8fad-1e95164377f6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c5862983-6725-4f39-8fad-1e95164377f6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c5862983-6725-4f39-8fad-1e95164377f6 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-c5862983-6725-4f39-8fad-1e95164377f6 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-52655d31-799a-47d5-9482-c79604d00b74 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52655d31-799a-47d5-9482-c79604d00b74 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-52655d31-799a-47d5-9482-c79604d00b74 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-52655d31-799a-47d5-9482-c79604d00b74 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9d616f41-50a2-4934-a15e-1ba8c0fd9e5c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9d616f41-50a2-4934-a15e-1ba8c0fd9e5c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9d616f41-50a2-4934-a15e-1ba8c0fd9e5c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aef12a68-000a-4717-b9f0-85decc26cbc0 {
  min-height: 50px;
}








#s-aef12a68-000a-4717-b9f0-85decc26cbc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef12a68-000a-4717-b9f0-85decc26cbc0.shg-box.shg-c {
  justify-content: center;
}

#s-069c22df-1f82-4b9f-8a9a-523b95b2c0a9 {
  text-align: center;
}




  #s-069c22df-1f82-4b9f-8a9a-523b95b2c0a9 img.shogun-image {
    
    width: px;
  }


#s-069c22df-1f82-4b9f-8a9a-523b95b2c0a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-22975b22-de9c-4e19-acd1-a280255c2264 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-22975b22-de9c-4e19-acd1-a280255c2264 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22975b22-de9c-4e19-acd1-a280255c2264 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22975b22-de9c-4e19-acd1-a280255c2264 {
  
}
}@media (max-width: 767px){#s-22975b22-de9c-4e19-acd1-a280255c2264 {
  
}
}







#s-22975b22-de9c-4e19-acd1-a280255c2264 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-22975b22-de9c-4e19-acd1-a280255c2264.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88aaa477-9175-4674-9877-42a65cbefe05 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-88aaa477-9175-4674-9877-42a65cbefe05 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-88aaa477-9175-4674-9877-42a65cbefe05 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-88aaa477-9175-4674-9877-42a65cbefe05 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-cdcf7270-238e-43ae-9df8-ca7d436b7046 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cdcf7270-238e-43ae-9df8-ca7d436b7046 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cdcf7270-238e-43ae-9df8-ca7d436b7046 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-cdcf7270-238e-43ae-9df8-ca7d436b7046 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-41cb9733-74a4-4346-8f93-0a5cc5152f25 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-41cb9733-74a4-4346-8f93-0a5cc5152f25 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-41cb9733-74a4-4346-8f93-0a5cc5152f25 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0713aedd-b4b9-46db-a1c5-189fba8b37ca {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0713aedd-b4b9-46db-a1c5-189fba8b37ca:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0713aedd-b4b9-46db-a1c5-189fba8b37ca:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0713aedd-b4b9-46db-a1c5-189fba8b37ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1acdaf7d-8475-4ed7-ab1a-ecf1f71f6a52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d5bc7196-283a-482d-a432-bed4cada7bba {
  text-align: center;
}




  #s-d5bc7196-283a-482d-a432-bed4cada7bba img.shogun-image {
    
    width: px;
  }


#s-d5bc7196-283a-482d-a432-bed4cada7bba .shogun-image-content {
  
    align-items: center;
  
}

#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 {
  
}
}@media (max-width: 767px){#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 {
  
}
}







#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-cf676f3d-f9ce-40d6-ac76-3448414c97d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-496c9cbe-cf35-49ff-b204-22c9a22522fa {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-496c9cbe-cf35-49ff-b204-22c9a22522fa {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-496c9cbe-cf35-49ff-b204-22c9a22522fa .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-496c9cbe-cf35-49ff-b204-22c9a22522fa .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e064befa-df88-4e62-8b01-ccb162b9ad19 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e064befa-df88-4e62-8b01-ccb162b9ad19 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e064befa-df88-4e62-8b01-ccb162b9ad19 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e064befa-df88-4e62-8b01-ccb162b9ad19 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-fcfb524d-1eb7-4dbb-b823-8c985e1762d3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fcfb524d-1eb7-4dbb-b823-8c985e1762d3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fcfb524d-1eb7-4dbb-b823-8c985e1762d3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f135b56-4301-4f7f-b6a3-47e111f872ff {
  text-align: center;
}




  #s-3f135b56-4301-4f7f-b6a3-47e111f872ff img.shogun-image {
    
    width: px;
  }


#s-3f135b56-4301-4f7f-b6a3-47e111f872ff .shogun-image-content {
  
    align-items: center;
  
}

#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 {
  
}
}@media (max-width: 767px){#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 {
  
}
}







#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a807a912-4d66-4d0b-a0a0-9db6611b8e86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-613832ae-8555-471f-8de8-ef65d7547e47 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-613832ae-8555-471f-8de8-ef65d7547e47 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-613832ae-8555-471f-8de8-ef65d7547e47 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-613832ae-8555-471f-8de8-ef65d7547e47 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-a5a9100f-defe-4d32-bc65-9583f935a62d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5a9100f-defe-4d32-bc65-9583f935a62d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a5a9100f-defe-4d32-bc65-9583f935a62d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a5a9100f-defe-4d32-bc65-9583f935a62d .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-feecb3d2-760d-4ccc-9c32-f94e7713d7a3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-feecb3d2-760d-4ccc-9c32-f94e7713d7a3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-feecb3d2-760d-4ccc-9c32-f94e7713d7a3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3864e538-ca29-4175-9f4e-0d76fa8a0b47 {
  text-align: center;
}




  #s-3864e538-ca29-4175-9f4e-0d76fa8a0b47 img.shogun-image {
    
    width: px;
  }


#s-3864e538-ca29-4175-9f4e-0d76fa8a0b47 .shogun-image-content {
  
    align-items: center;
  
}

#s-9020b035-e72d-426c-94fb-374da1124735 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9020b035-e72d-426c-94fb-374da1124735 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9020b035-e72d-426c-94fb-374da1124735 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9020b035-e72d-426c-94fb-374da1124735 {
  
}
}@media (max-width: 767px){#s-9020b035-e72d-426c-94fb-374da1124735 {
  
}
}







#s-9020b035-e72d-426c-94fb-374da1124735 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9020b035-e72d-426c-94fb-374da1124735.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cf15176-4949-4054-bfe0-99921b31e6ee {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3cf15176-4949-4054-bfe0-99921b31e6ee {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3cf15176-4949-4054-bfe0-99921b31e6ee .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-3cf15176-4949-4054-bfe0-99921b31e6ee .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-59a2cea6-6166-4eaf-8c41-c66a06abacc7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-59a2cea6-6166-4eaf-8c41-c66a06abacc7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-59a2cea6-6166-4eaf-8c41-c66a06abacc7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-59a2cea6-6166-4eaf-8c41-c66a06abacc7 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-6333c629-3b54-426e-b149-7bf094876bae {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6333c629-3b54-426e-b149-7bf094876bae {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6333c629-3b54-426e-b149-7bf094876bae .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e7d5b968-7f10-4b02-994d-8e83f8cbd4c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ace964c8-48f4-456d-ad6d-723edea96706 {
  text-align: center;
}




  #s-ace964c8-48f4-456d-ad6d-723edea96706 img.shogun-image {
    
    width: px;
  }


#s-ace964c8-48f4-456d-ad6d-723edea96706 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a {
  
}
}@media (max-width: 767px){#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a {
  padding-bottom: 60px;
}
}







#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e5e603cb-634d-435a-84aa-e8f4f5b9c94a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dbb4a419-8cf2-4e43-b7fa-c7c5a999d1fb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dbb4a419-8cf2-4e43-b7fa-c7c5a999d1fb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dbb4a419-8cf2-4e43-b7fa-c7c5a999d1fb .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-dbb4a419-8cf2-4e43-b7fa-c7c5a999d1fb .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-d2a3c527-5177-46f8-9078-1e9b6c59cb04 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d2a3c527-5177-46f8-9078-1e9b6c59cb04 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d2a3c527-5177-46f8-9078-1e9b6c59cb04 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d2a3c527-5177-46f8-9078-1e9b6c59cb04 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-58978739-1b6b-4fa4-a5e4-9e80a4d4f147 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-58978739-1b6b-4fa4-a5e4-9e80a4d4f147 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-58978739-1b6b-4fa4-a5e4-9e80a4d4f147 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dea57bc6-38c9-4c97-baf3-29070622f113 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dea57bc6-38c9-4c97-baf3-29070622f113:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dea57bc6-38c9-4c97-baf3-29070622f113:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-dea57bc6-38c9-4c97-baf3-29070622f113.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a9467491-33ce-42b8-8905-16c655ef9f69 {
  text-align: center;
}




  #s-a9467491-33ce-42b8-8905-16c655ef9f69 img.shogun-image {
    
    width: px;
  }


#s-a9467491-33ce-42b8-8905-16c655ef9f69 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ed56af-4918-4837-b20d-c3682006f3bd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c8ed56af-4918-4837-b20d-c3682006f3bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8ed56af-4918-4837-b20d-c3682006f3bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8ed56af-4918-4837-b20d-c3682006f3bd {
  
}
}@media (max-width: 767px){#s-c8ed56af-4918-4837-b20d-c3682006f3bd {
  padding-bottom: 60px;
}
}







#s-c8ed56af-4918-4837-b20d-c3682006f3bd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c8ed56af-4918-4837-b20d-c3682006f3bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d30b042-9bec-4494-a11d-8df545ef23bd {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8d30b042-9bec-4494-a11d-8df545ef23bd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8d30b042-9bec-4494-a11d-8df545ef23bd .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-2e6410ac-c1f0-4c14-9df7-c786a40085d7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2e6410ac-c1f0-4c14-9df7-c786a40085d7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2e6410ac-c1f0-4c14-9df7-c786a40085d7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2e6410ac-c1f0-4c14-9df7-c786a40085d7 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c03412a1-021f-49f7-88f1-c306c2593909 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c03412a1-021f-49f7-88f1-c306c2593909 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c03412a1-021f-49f7-88f1-c306c2593909 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-23ea5f96-1044-44ce-9be4-f9d261af2e97 {
  min-height: 50px;
}








#s-23ea5f96-1044-44ce-9be4-f9d261af2e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23ea5f96-1044-44ce-9be4-f9d261af2e97.shg-box.shg-c {
  justify-content: center;
}

#s-db1e4eaa-5aa1-4c46-9283-e03ce26a706c {
  text-align: center;
}




  #s-db1e4eaa-5aa1-4c46-9283-e03ce26a706c img.shogun-image {
    
    width: px;
  }


#s-db1e4eaa-5aa1-4c46-9283-e03ce26a706c .shogun-image-content {
  
    align-items: center;
  
}

#s-b343a419-2e25-4404-810e-fafcae077ae0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b343a419-2e25-4404-810e-fafcae077ae0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b343a419-2e25-4404-810e-fafcae077ae0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b343a419-2e25-4404-810e-fafcae077ae0 {
  
}
}@media (max-width: 767px){#s-b343a419-2e25-4404-810e-fafcae077ae0 {
  
}
}







#s-b343a419-2e25-4404-810e-fafcae077ae0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b343a419-2e25-4404-810e-fafcae077ae0.shg-box.shg-c {
  justify-content: center;
}

#s-233aea54-7342-4182-b4bc-e4d2822bd1e0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-233aea54-7342-4182-b4bc-e4d2822bd1e0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-233aea54-7342-4182-b4bc-e4d2822bd1e0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-09428eb5-c339-4950-bdab-4cc7555c2c96 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-09428eb5-c339-4950-bdab-4cc7555c2c96 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-09428eb5-c339-4950-bdab-4cc7555c2c96 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-09428eb5-c339-4950-bdab-4cc7555c2c96 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-03e81cdb-efbe-4403-9bc5-1ac2338e4c4c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-03e81cdb-efbe-4403-9bc5-1ac2338e4c4c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-03e81cdb-efbe-4403-9bc5-1ac2338e4c4c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-83af0d14-f618-4065-a16b-01d539d397aa {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-83af0d14-f618-4065-a16b-01d539d397aa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-83af0d14-f618-4065-a16b-01d539d397aa:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-83af0d14-f618-4065-a16b-01d539d397aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d7297c48-0a98-4efc-ba05-3142bf62e220 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7297c48-0a98-4efc-ba05-3142bf62e220"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-253ffade-4df0-4fe2-b2e8-c3003ee2a106 {
  text-align: center;
}




  #s-253ffade-4df0-4fe2-b2e8-c3003ee2a106 img.shogun-image {
    
    width: px;
  }


#s-253ffade-4df0-4fe2-b2e8-c3003ee2a106 .shogun-image-content {
  
    align-items: center;
  
}

#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e {
  
}
}@media (max-width: 767px){#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e {
  
}
}







#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-85d7b9aa-2227-4833-b69c-3c93f643ce8e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86efa0ec-ce17-4388-9590-2247b1bbf835 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-86efa0ec-ce17-4388-9590-2247b1bbf835 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-86efa0ec-ce17-4388-9590-2247b1bbf835 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-86efa0ec-ce17-4388-9590-2247b1bbf835 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-f0b16495-790b-4c9c-a72f-34d8cf129ae9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f0b16495-790b-4c9c-a72f-34d8cf129ae9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f0b16495-790b-4c9c-a72f-34d8cf129ae9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f0b16495-790b-4c9c-a72f-34d8cf129ae9 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-e9dc9ba3-53cc-4c8d-bb52-ca35e3375ff6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e9dc9ba3-53cc-4c8d-bb52-ca35e3375ff6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e9dc9ba3-53cc-4c8d-bb52-ca35e3375ff6 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-82792482-08bb-4f87-9dd9-c122ecbfd201 {
  text-align: center;
}




  #s-82792482-08bb-4f87-9dd9-c122ecbfd201 img.shogun-image {
    
    width: px;
  }


#s-82792482-08bb-4f87-9dd9-c122ecbfd201 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a {
  
}
}@media (max-width: 767px){#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a {
  
}
}







#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6d53ccc1-5af9-419b-b52c-aee961a53f7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-27b1b8cb-24ec-4e80-9164-ec736b7ce869 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-27b1b8cb-24ec-4e80-9164-ec736b7ce869 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-27b1b8cb-24ec-4e80-9164-ec736b7ce869 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-27b1b8cb-24ec-4e80-9164-ec736b7ce869 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-975d237c-d3d4-40c1-ac42-540cbb0d2617 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-975d237c-d3d4-40c1-ac42-540cbb0d2617 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-975d237c-d3d4-40c1-ac42-540cbb0d2617 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-975d237c-d3d4-40c1-ac42-540cbb0d2617 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9e6b64ef-f08b-4d69-8380-6579cbadb475 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9e6b64ef-f08b-4d69-8380-6579cbadb475 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9e6b64ef-f08b-4d69-8380-6579cbadb475 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-07453e98-a1ae-4bbc-8596-35ca54154a13 {
  text-align: center;
}




  #s-07453e98-a1ae-4bbc-8596-35ca54154a13 img.shogun-image {
    
    width: px;
  }


#s-07453e98-a1ae-4bbc-8596-35ca54154a13 .shogun-image-content {
  
    align-items: center;
  
}

#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 {
  
}
}@media (max-width: 767px){#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 {
  
}
}







#s-347fd842-2e83-4d95-b113-af8a1ff7efc8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-347fd842-2e83-4d95-b113-af8a1ff7efc8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32a0683b-c1be-46d0-8773-b8f0bc549f86 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-32a0683b-c1be-46d0-8773-b8f0bc549f86 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-32a0683b-c1be-46d0-8773-b8f0bc549f86 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-32a0683b-c1be-46d0-8773-b8f0bc549f86 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-8ab7a327-726f-4fd1-a2f0-8c81cbb7d3ff {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8ab7a327-726f-4fd1-a2f0-8c81cbb7d3ff {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8ab7a327-726f-4fd1-a2f0-8c81cbb7d3ff .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8ab7a327-726f-4fd1-a2f0-8c81cbb7d3ff .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-52ef3c01-f21d-4452-a435-e3089a9dccec {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52ef3c01-f21d-4452-a435-e3089a9dccec {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-52ef3c01-f21d-4452-a435-e3089a9dccec .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cecb0409-d43b-47d8-baab-909e28a23619"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-05c5ebf5-740b-4354-a722-7ad603623507 {
  text-align: center;
}




  #s-05c5ebf5-740b-4354-a722-7ad603623507 img.shogun-image {
    
    width: px;
  }


#s-05c5ebf5-740b-4354-a722-7ad603623507 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8b06814-8376-4eaa-8320-96042d314fe5 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f8b06814-8376-4eaa-8320-96042d314fe5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8b06814-8376-4eaa-8320-96042d314fe5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8b06814-8376-4eaa-8320-96042d314fe5 {
  
}
}@media (max-width: 767px){#s-f8b06814-8376-4eaa-8320-96042d314fe5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-f8b06814-8376-4eaa-8320-96042d314fe5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f8b06814-8376-4eaa-8320-96042d314fe5.shg-box.shg-c {
  justify-content: center;
}

#s-4a22e35c-4898-45f8-a0e7-01e551012c17 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4a22e35c-4898-45f8-a0e7-01e551012c17 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4a22e35c-4898-45f8-a0e7-01e551012c17 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-0aa4e95c-1af5-4ca6-b2b0-ef0fb69e8cc6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0aa4e95c-1af5-4ca6-b2b0-ef0fb69e8cc6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0aa4e95c-1af5-4ca6-b2b0-ef0fb69e8cc6 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0aa4e95c-1af5-4ca6-b2b0-ef0fb69e8cc6 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4e433f66-feae-436f-8609-ecfa18c6bb60 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4e433f66-feae-436f-8609-ecfa18c6bb60 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4e433f66-feae-436f-8609-ecfa18c6bb60 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4e68fcae-8de6-4847-97e3-c16c4004dd2f {
  text-align: center;
}




  #s-4e68fcae-8de6-4847-97e3-c16c4004dd2f img.shogun-image {
    
    width: px;
  }


#s-4e68fcae-8de6-4847-97e3-c16c4004dd2f .shogun-image-content {
  
    align-items: center;
  
}

#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 {
  
}
}@media (max-width: 767px){#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bb08ad6f-dfb3-450d-a1e5-cc7e08260738.shg-box.shg-c {
  justify-content: center;
}

#s-f4573022-b2fb-4961-bfbf-0b656e3919ed {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f4573022-b2fb-4961-bfbf-0b656e3919ed {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f4573022-b2fb-4961-bfbf-0b656e3919ed .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-0775af73-111d-4eb1-bb72-396c93fb640b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0775af73-111d-4eb1-bb72-396c93fb640b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0775af73-111d-4eb1-bb72-396c93fb640b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0775af73-111d-4eb1-bb72-396c93fb640b .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-3da401ca-1b81-46b2-bad7-9d3d10c028cf {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3da401ca-1b81-46b2-bad7-9d3d10c028cf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3da401ca-1b81-46b2-bad7-9d3d10c028cf .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67f3ff11-594b-43fc-accb-a7f2f6dfc5ee {
  min-height: 50px;
}








#s-67f3ff11-594b-43fc-accb-a7f2f6dfc5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f3ff11-594b-43fc-accb-a7f2f6dfc5ee.shg-box.shg-c {
  justify-content: center;
}

#s-5195c43f-d36d-451a-ab2b-f1f54d2b1f45 {
  text-align: center;
}




  #s-5195c43f-d36d-451a-ab2b-f1f54d2b1f45 img.shogun-image {
    
    width: px;
  }


#s-5195c43f-d36d-451a-ab2b-f1f54d2b1f45 .shogun-image-content {
  
    align-items: center;
  
}

#s-feedb472-3529-4096-8fdb-d2caf82654b7 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-feedb472-3529-4096-8fdb-d2caf82654b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-feedb472-3529-4096-8fdb-d2caf82654b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-feedb472-3529-4096-8fdb-d2caf82654b7 {
  
}
}@media (max-width: 767px){#s-feedb472-3529-4096-8fdb-d2caf82654b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-feedb472-3529-4096-8fdb-d2caf82654b7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-feedb472-3529-4096-8fdb-d2caf82654b7.shg-box.shg-c {
  justify-content: center;
}

#s-abcf43c6-a96b-4dcd-8e97-3be0122a038a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-abcf43c6-a96b-4dcd-8e97-3be0122a038a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-abcf43c6-a96b-4dcd-8e97-3be0122a038a .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-dd508008-6dff-4b86-938c-fa22045c62d7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dd508008-6dff-4b86-938c-fa22045c62d7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dd508008-6dff-4b86-938c-fa22045c62d7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-dd508008-6dff-4b86-938c-fa22045c62d7 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-a86243ee-f9b7-4cd4-bae3-a654c1913c93 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a86243ee-f9b7-4cd4-bae3-a654c1913c93 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a86243ee-f9b7-4cd4-bae3-a654c1913c93 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b1225924-6c91-4fbe-af89-b417355fc405 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b1225924-6c91-4fbe-af89-b417355fc405:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1225924-6c91-4fbe-af89-b417355fc405:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b1225924-6c91-4fbe-af89-b417355fc405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0852b8f8-2b71-4a8d-a3ea-e8fce825f38f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dc4a5d87-04bc-486e-b1e9-434f2a71b7e4 {
  text-align: center;
}




  #s-dc4a5d87-04bc-486e-b1e9-434f2a71b7e4 img.shogun-image {
    
    width: px;
  }


#s-dc4a5d87-04bc-486e-b1e9-434f2a71b7e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 {
  
}
}@media (max-width: 767px){#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 {
  
}
}







#s-83f8fd41-e22a-45d8-8526-7a92f39414a1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-83f8fd41-e22a-45d8-8526-7a92f39414a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e62fc43a-f689-4a45-b437-33b55f8dcc44 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e62fc43a-f689-4a45-b437-33b55f8dcc44 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e62fc43a-f689-4a45-b437-33b55f8dcc44 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-e62fc43a-f689-4a45-b437-33b55f8dcc44 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-a95d0938-2c7c-4c9a-b137-f25230477943 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a95d0938-2c7c-4c9a-b137-f25230477943 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a95d0938-2c7c-4c9a-b137-f25230477943 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a95d0938-2c7c-4c9a-b137-f25230477943 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b56d6e48-ef16-4eeb-9be2-f5f70d9b3c31 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b56d6e48-ef16-4eeb-9be2-f5f70d9b3c31 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b56d6e48-ef16-4eeb-9be2-f5f70d9b3c31 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cdb9e38c-c680-4622-bd00-8bcef1fbc073 {
  text-align: center;
}




  #s-cdb9e38c-c680-4622-bd00-8bcef1fbc073 img.shogun-image {
    
    width: px;
  }


#s-cdb9e38c-c680-4622-bd00-8bcef1fbc073 .shogun-image-content {
  
    align-items: center;
  
}

#s-0298746a-42e1-4f95-82c5-71d454052084 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0298746a-42e1-4f95-82c5-71d454052084 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0298746a-42e1-4f95-82c5-71d454052084 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0298746a-42e1-4f95-82c5-71d454052084 {
  
}
}@media (max-width: 767px){#s-0298746a-42e1-4f95-82c5-71d454052084 {
  
}
}







#s-0298746a-42e1-4f95-82c5-71d454052084 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0298746a-42e1-4f95-82c5-71d454052084.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51e71c17-3107-4a1d-a205-4a166daa2835 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-51e71c17-3107-4a1d-a205-4a166daa2835 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-51e71c17-3107-4a1d-a205-4a166daa2835 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-51e71c17-3107-4a1d-a205-4a166daa2835 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-3cda1e85-5f62-43e9-8843-30b75e711a9d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3cda1e85-5f62-43e9-8843-30b75e711a9d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3cda1e85-5f62-43e9-8843-30b75e711a9d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3cda1e85-5f62-43e9-8843-30b75e711a9d .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-53cce4a9-2702-43e1-af58-970b6d052cd1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-53cce4a9-2702-43e1-af58-970b6d052cd1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-53cce4a9-2702-43e1-af58-970b6d052cd1 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-819d8d35-56f9-43e2-931b-3716f837d5d1 {
  text-align: center;
}




  #s-819d8d35-56f9-43e2-931b-3716f837d5d1 img.shogun-image {
    
    width: px;
  }


#s-819d8d35-56f9-43e2-931b-3716f837d5d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 {
  
}
}@media (max-width: 767px){#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 {
  
}
}







#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c155f01a-8d6a-4e0a-ad37-f7fc24cf6508.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56fb1bda-c007-4b37-b859-d238a72564b4 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-56fb1bda-c007-4b37-b859-d238a72564b4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-56fb1bda-c007-4b37-b859-d238a72564b4 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-56fb1bda-c007-4b37-b859-d238a72564b4 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-c71ed9e9-b7e5-4869-8e97-1717044d6a98 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c71ed9e9-b7e5-4869-8e97-1717044d6a98 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c71ed9e9-b7e5-4869-8e97-1717044d6a98 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c71ed9e9-b7e5-4869-8e97-1717044d6a98 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-10dfdcc7-b829-46e6-bd6c-13052a3939e6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-10dfdcc7-b829-46e6-bd6c-13052a3939e6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-10dfdcc7-b829-46e6-bd6c-13052a3939e6 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8fa1f12f-8dd4-4616-80de-52bd35b80ee6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e23b1174-f6f7-4559-96ac-a3fc82f4513a {
  text-align: center;
}




  #s-e23b1174-f6f7-4559-96ac-a3fc82f4513a img.shogun-image {
    
    width: px;
  }


#s-e23b1174-f6f7-4559-96ac-a3fc82f4513a .shogun-image-content {
  
    align-items: center;
  
}

#s-774db963-39dc-4062-af22-4e66cdfd45fb {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-774db963-39dc-4062-af22-4e66cdfd45fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-774db963-39dc-4062-af22-4e66cdfd45fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-774db963-39dc-4062-af22-4e66cdfd45fb {
  
}
}@media (max-width: 767px){#s-774db963-39dc-4062-af22-4e66cdfd45fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-774db963-39dc-4062-af22-4e66cdfd45fb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-774db963-39dc-4062-af22-4e66cdfd45fb.shg-box.shg-c {
  justify-content: center;
}

#s-be58b252-20e1-4d00-932d-bc256e313b9d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-be58b252-20e1-4d00-932d-bc256e313b9d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-be58b252-20e1-4d00-932d-bc256e313b9d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-044bab2b-7bec-4458-8b36-8b51228bf835 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-044bab2b-7bec-4458-8b36-8b51228bf835 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-044bab2b-7bec-4458-8b36-8b51228bf835 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-044bab2b-7bec-4458-8b36-8b51228bf835 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-efe3a19d-e28e-4225-a022-af9606a6548b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-efe3a19d-e28e-4225-a022-af9606a6548b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-efe3a19d-e28e-4225-a022-af9606a6548b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b13d83c4-1f1e-46e4-aa11-31fc6568296e {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b13d83c4-1f1e-46e4-aa11-31fc6568296e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b13d83c4-1f1e-46e4-aa11-31fc6568296e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-b13d83c4-1f1e-46e4-aa11-31fc6568296e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bc861d6f-947c-46b9-b71c-a767406876c0 {
  text-align: center;
}




  #s-bc861d6f-947c-46b9-b71c-a767406876c0 img.shogun-image {
    
    width: px;
  }


#s-bc861d6f-947c-46b9-b71c-a767406876c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 {
  
}
}@media (max-width: 767px){#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-810e193f-8be5-446a-9ee2-b2a0bc9fbcf7.shg-box.shg-c {
  justify-content: center;
}

#s-506d7d63-4b97-4b31-921b-83b275a89ea3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-506d7d63-4b97-4b31-921b-83b275a89ea3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-506d7d63-4b97-4b31-921b-83b275a89ea3 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-19b2098a-fc6f-4b32-b9b5-ec2540be5465 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-19b2098a-fc6f-4b32-b9b5-ec2540be5465 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-19b2098a-fc6f-4b32-b9b5-ec2540be5465 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-19b2098a-fc6f-4b32-b9b5-ec2540be5465 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-044839dd-46e4-4b44-b62a-63edfabd69dc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-044839dd-46e4-4b44-b62a-63edfabd69dc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-044839dd-46e4-4b44-b62a-63edfabd69dc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a0a7783d-f615-4065-9a8d-b3ff4b7f3365 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a0a7783d-f615-4065-9a8d-b3ff4b7f3365:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a0a7783d-f615-4065-9a8d-b3ff4b7f3365:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-a0a7783d-f615-4065-9a8d-b3ff4b7f3365.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-21c0f19b-5b33-4ec6-8d12-cfeb721c16b0 {
  min-height: 50px;
}








#s-21c0f19b-5b33-4ec6-8d12-cfeb721c16b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21c0f19b-5b33-4ec6-8d12-cfeb721c16b0.shg-box.shg-c {
  justify-content: center;
}

#s-35d7c070-a4a4-452a-9643-a39fe4b4818a {
  text-align: center;
}




  #s-35d7c070-a4a4-452a-9643-a39fe4b4818a img.shogun-image {
    
    width: px;
  }


#s-35d7c070-a4a4-452a-9643-a39fe4b4818a .shogun-image-content {
  
    align-items: center;
  
}

#s-154aadee-901c-4196-a32e-6d287a42afcd {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-154aadee-901c-4196-a32e-6d287a42afcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-154aadee-901c-4196-a32e-6d287a42afcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-154aadee-901c-4196-a32e-6d287a42afcd {
  
}
}@media (max-width: 767px){#s-154aadee-901c-4196-a32e-6d287a42afcd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-154aadee-901c-4196-a32e-6d287a42afcd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-154aadee-901c-4196-a32e-6d287a42afcd.shg-box.shg-c {
  justify-content: center;
}

#s-f126cdca-f648-4b46-b56c-151d081bc209 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f126cdca-f648-4b46-b56c-151d081bc209 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f126cdca-f648-4b46-b56c-151d081bc209 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-0bc4834e-df9c-46fb-bff9-ab1a401426c2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0bc4834e-df9c-46fb-bff9-ab1a401426c2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0bc4834e-df9c-46fb-bff9-ab1a401426c2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0bc4834e-df9c-46fb-bff9-ab1a401426c2 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-491c34ae-d730-4dba-96b4-6a6b979ac84c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-491c34ae-d730-4dba-96b4-6a6b979ac84c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-491c34ae-d730-4dba-96b4-6a6b979ac84c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c6cd5a0-10b1-49e8-b538-321298019728 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0c6cd5a0-10b1-49e8-b538-321298019728:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0c6cd5a0-10b1-49e8-b538-321298019728:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-0c6cd5a0-10b1-49e8-b538-321298019728.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2ffe528f-177f-434c-9eb3-6d82d9d8b24b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6019c18c-3d7e-4d5f-a7d5-59400e53aa87 {
  text-align: center;
}




  #s-6019c18c-3d7e-4d5f-a7d5-59400e53aa87 img.shogun-image {
    
    width: px;
  }


#s-6019c18c-3d7e-4d5f-a7d5-59400e53aa87 .shogun-image-content {
  
    align-items: center;
  
}

#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf {
  
}
}@media (max-width: 767px){#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf {
  
}
}







#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-93158d5f-446c-48d3-9bcd-17b4ab9664bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-74992d94-0f4f-43c0-9c66-c8bf03c7f1ff {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-74992d94-0f4f-43c0-9c66-c8bf03c7f1ff {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-74992d94-0f4f-43c0-9c66-c8bf03c7f1ff .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-74992d94-0f4f-43c0-9c66-c8bf03c7f1ff .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-3273a55d-9dd7-4b21-86f6-4ab682a14eab {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3273a55d-9dd7-4b21-86f6-4ab682a14eab {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3273a55d-9dd7-4b21-86f6-4ab682a14eab .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3273a55d-9dd7-4b21-86f6-4ab682a14eab .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-3c7e4019-eb78-4dcc-ac60-89308f36a4d2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3c7e4019-eb78-4dcc-ac60-89308f36a4d2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3c7e4019-eb78-4dcc-ac60-89308f36a4d2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a53c36d0-ec8f-49a8-85f7-56c2bd71d3d0 {
  text-align: center;
}




  #s-a53c36d0-ec8f-49a8-85f7-56c2bd71d3d0 img.shogun-image {
    
    width: px;
  }


#s-a53c36d0-ec8f-49a8-85f7-56c2bd71d3d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 {
  
}
}@media (max-width: 767px){#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 {
  
}
}







#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4fc09bee-0a28-44f7-a16d-0ee18e69fa08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c0c5714a-f13b-4a98-8ecc-9de7af139911 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c0c5714a-f13b-4a98-8ecc-9de7af139911 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c0c5714a-f13b-4a98-8ecc-9de7af139911 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-c0c5714a-f13b-4a98-8ecc-9de7af139911 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-cb266c71-bef8-46cc-96a2-6d438500e687 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cb266c71-bef8-46cc-96a2-6d438500e687 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cb266c71-bef8-46cc-96a2-6d438500e687 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-cb266c71-bef8-46cc-96a2-6d438500e687 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-5acd5070-f40c-48ce-a5d4-629172c50317 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5acd5070-f40c-48ce-a5d4-629172c50317 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5acd5070-f40c-48ce-a5d4-629172c50317 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-64dcf6aa-ea73-4893-8b0f-77b4b965f265 {
  text-align: center;
}




  #s-64dcf6aa-ea73-4893-8b0f-77b4b965f265 img.shogun-image {
    
    width: px;
  }


#s-64dcf6aa-ea73-4893-8b0f-77b4b965f265 .shogun-image-content {
  
    align-items: center;
  
}

#s-f401cb5f-10de-481e-998e-09dff5a77336 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f401cb5f-10de-481e-998e-09dff5a77336 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f401cb5f-10de-481e-998e-09dff5a77336 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f401cb5f-10de-481e-998e-09dff5a77336 {
  
}
}@media (max-width: 767px){#s-f401cb5f-10de-481e-998e-09dff5a77336 {
  
}
}







#s-f401cb5f-10de-481e-998e-09dff5a77336 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f401cb5f-10de-481e-998e-09dff5a77336.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df7dbc36-4e7a-4c9c-bdcf-88a32b7c1061 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-df7dbc36-4e7a-4c9c-bdcf-88a32b7c1061 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-df7dbc36-4e7a-4c9c-bdcf-88a32b7c1061 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-df7dbc36-4e7a-4c9c-bdcf-88a32b7c1061 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-c7ba2853-5536-47ed-a2cb-0018d79a1924 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c7ba2853-5536-47ed-a2cb-0018d79a1924 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c7ba2853-5536-47ed-a2cb-0018d79a1924 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c7ba2853-5536-47ed-a2cb-0018d79a1924 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-2a381daf-2711-4251-a092-8e7be7749e48 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2a381daf-2711-4251-a092-8e7be7749e48 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2a381daf-2711-4251-a092-8e7be7749e48 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4095ddd-07c2-40dc-953e-b2c34871d00a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-442945ec-e7ac-4780-9e31-fb8ec5f7bb3a {
  text-align: center;
}




  #s-442945ec-e7ac-4780-9e31-fb8ec5f7bb3a img.shogun-image {
    
    width: px;
  }


#s-442945ec-e7ac-4780-9e31-fb8ec5f7bb3a .shogun-image-content {
  
    align-items: center;
  
}

#s-e725dc23-743a-4ffa-802f-2fe01cf9854e {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e725dc23-743a-4ffa-802f-2fe01cf9854e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e725dc23-743a-4ffa-802f-2fe01cf9854e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e725dc23-743a-4ffa-802f-2fe01cf9854e {
  
}
}@media (max-width: 767px){#s-e725dc23-743a-4ffa-802f-2fe01cf9854e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-e725dc23-743a-4ffa-802f-2fe01cf9854e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e725dc23-743a-4ffa-802f-2fe01cf9854e.shg-box.shg-c {
  justify-content: center;
}

#s-0b68773b-4015-42a0-8236-ea9c29db2547 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0b68773b-4015-42a0-8236-ea9c29db2547 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0b68773b-4015-42a0-8236-ea9c29db2547 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-0a0d65e4-90e8-4d9b-abd2-5377c37dbc12 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0a0d65e4-90e8-4d9b-abd2-5377c37dbc12 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0a0d65e4-90e8-4d9b-abd2-5377c37dbc12 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0a0d65e4-90e8-4d9b-abd2-5377c37dbc12 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-38628e95-61c5-4961-8f07-df4302103230 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-38628e95-61c5-4961-8f07-df4302103230 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-38628e95-61c5-4961-8f07-df4302103230 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c6a4fca-87d1-4bb2-91a7-e7fdfb48f517 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4c6a4fca-87d1-4bb2-91a7-e7fdfb48f517:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4c6a4fca-87d1-4bb2-91a7-e7fdfb48f517:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-4c6a4fca-87d1-4bb2-91a7-e7fdfb48f517.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c0336cc8-841a-4cce-9426-21c9ed2aff18 {
  text-align: center;
}




  #s-c0336cc8-841a-4cce-9426-21c9ed2aff18 img.shogun-image {
    
    width: px;
  }


#s-c0336cc8-841a-4cce-9426-21c9ed2aff18 .shogun-image-content {
  
    align-items: center;
  
}

#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a {
  
}
}@media (max-width: 767px){#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d711aeb5-f572-44d1-a7bc-f71e12e7400a.shg-box.shg-c {
  justify-content: center;
}

#s-f427dd4b-048c-4f00-8f20-3cf70f4e9243 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f427dd4b-048c-4f00-8f20-3cf70f4e9243 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f427dd4b-048c-4f00-8f20-3cf70f4e9243 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-9f7e1026-d012-4dbb-8e0e-21685327f143 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9f7e1026-d012-4dbb-8e0e-21685327f143 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9f7e1026-d012-4dbb-8e0e-21685327f143 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9f7e1026-d012-4dbb-8e0e-21685327f143 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-0b315178-0f7c-42b2-8952-ab49ecacfdd8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0b315178-0f7c-42b2-8952-ab49ecacfdd8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0b315178-0f7c-42b2-8952-ab49ecacfdd8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-75088709-c43e-49c3-96eb-295c91967714 {
  min-height: 50px;
}








#s-75088709-c43e-49c3-96eb-295c91967714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75088709-c43e-49c3-96eb-295c91967714.shg-box.shg-c {
  justify-content: center;
}

#s-50a56eb2-ba8e-4169-b95f-9c80e62a5f1e {
  text-align: center;
}




  #s-50a56eb2-ba8e-4169-b95f-9c80e62a5f1e img.shogun-image {
    
    width: px;
  }


#s-50a56eb2-ba8e-4169-b95f-9c80e62a5f1e .shogun-image-content {
  
    align-items: center;
  
}

#s-a4134de9-60e0-4220-927f-a45915ed8e85 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a4134de9-60e0-4220-927f-a45915ed8e85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4134de9-60e0-4220-927f-a45915ed8e85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4134de9-60e0-4220-927f-a45915ed8e85 {
  
}
}@media (max-width: 767px){#s-a4134de9-60e0-4220-927f-a45915ed8e85 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-a4134de9-60e0-4220-927f-a45915ed8e85 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a4134de9-60e0-4220-927f-a45915ed8e85.shg-box.shg-c {
  justify-content: center;
}

#s-24383fca-756b-4676-9fc2-7824b3c57afc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-24383fca-756b-4676-9fc2-7824b3c57afc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-24383fca-756b-4676-9fc2-7824b3c57afc .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-cce916e9-9a56-41d6-b8ad-c06ed838bfc6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cce916e9-9a56-41d6-b8ad-c06ed838bfc6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cce916e9-9a56-41d6-b8ad-c06ed838bfc6 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-cce916e9-9a56-41d6-b8ad-c06ed838bfc6 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-0751b755-8bde-4715-a53c-5d457132d383 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0751b755-8bde-4715-a53c-5d457132d383 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0751b755-8bde-4715-a53c-5d457132d383 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-98c47c9e-2f89-47a1-b1ed-1882a00c024a {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-98c47c9e-2f89-47a1-b1ed-1882a00c024a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-98c47c9e-2f89-47a1-b1ed-1882a00c024a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-98c47c9e-2f89-47a1-b1ed-1882a00c024a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7f59a9bd-c7fc-433d-b2e0-cc091680819c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7f59a9bd-c7fc-433d-b2e0-cc091680819c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2bb15968-86c5-4b17-ab71-56b0aa0125f2 {
  text-align: center;
}




  #s-2bb15968-86c5-4b17-ab71-56b0aa0125f2 img.shogun-image {
    
    width: px;
  }


#s-2bb15968-86c5-4b17-ab71-56b0aa0125f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-43badfea-75b4-426c-8ee1-13a73ef40c4b {
  text-align: center;
}




  #s-43badfea-75b4-426c-8ee1-13a73ef40c4b img.shogun-image {
    
    width: px;
  }


#s-43badfea-75b4-426c-8ee1-13a73ef40c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e {
  
}
}@media (max-width: 767px){#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e {
  
}
}







#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8f45b6f8-ff2f-4ed0-8e63-ebcde1a3e03e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f6d9e796-30e7-4a55-8356-1d156292a2ed {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f6d9e796-30e7-4a55-8356-1d156292a2ed {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f6d9e796-30e7-4a55-8356-1d156292a2ed .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-f6d9e796-30e7-4a55-8356-1d156292a2ed .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2bd263ea-a3b8-4593-8a5a-fe15f7355fbc {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2bd263ea-a3b8-4593-8a5a-fe15f7355fbc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2bd263ea-a3b8-4593-8a5a-fe15f7355fbc .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2bd263ea-a3b8-4593-8a5a-fe15f7355fbc .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ac00c223-b25f-462d-bbae-62dd22536570 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ac00c223-b25f-462d-bbae-62dd22536570 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ac00c223-b25f-462d-bbae-62dd22536570 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-352363e3-da2d-4cdb-a5ab-164fca1c44d2 {
  text-align: center;
}




  #s-352363e3-da2d-4cdb-a5ab-164fca1c44d2 img.shogun-image {
    
    width: px;
  }


#s-352363e3-da2d-4cdb-a5ab-164fca1c44d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 {
  
}
}@media (max-width: 767px){#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 {
  
}
}







#s-f5b614c1-a21b-4954-bf9c-c676ceddc544 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f5b614c1-a21b-4954-bf9c-c676ceddc544.shg-box.shg-c {
  justify-content: flex-start;
}

#s-906f8a10-b30f-4369-b235-bbf233fc74f0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-906f8a10-b30f-4369-b235-bbf233fc74f0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-906f8a10-b30f-4369-b235-bbf233fc74f0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-906f8a10-b30f-4369-b235-bbf233fc74f0 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e1798736-44b2-4ccb-a249-b4d1faca2740 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e1798736-44b2-4ccb-a249-b4d1faca2740 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e1798736-44b2-4ccb-a249-b4d1faca2740 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e1798736-44b2-4ccb-a249-b4d1faca2740 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-08411afb-0729-43e1-b31b-99a1e0ee57fd {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-08411afb-0729-43e1-b31b-99a1e0ee57fd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-08411afb-0729-43e1-b31b-99a1e0ee57fd .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bb134d23-cbf6-4066-ac96-11abd7e9a9f5 {
  text-align: center;
}




  #s-bb134d23-cbf6-4066-ac96-11abd7e9a9f5 img.shogun-image {
    
    width: px;
  }


#s-bb134d23-cbf6-4066-ac96-11abd7e9a9f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 {
  
}
}@media (max-width: 767px){#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 {
  
}
}







#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f2a611d1-86be-4755-a5c4-5a99aa2cffd3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b08f3857-4d98-4e4b-b506-d9fff5b904c1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b08f3857-4d98-4e4b-b506-d9fff5b904c1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b08f3857-4d98-4e4b-b506-d9fff5b904c1 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b08f3857-4d98-4e4b-b506-d9fff5b904c1 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-52449574-34f1-449d-81fa-6a4ccb01ab14 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52449574-34f1-449d-81fa-6a4ccb01ab14 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-52449574-34f1-449d-81fa-6a4ccb01ab14 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-52449574-34f1-449d-81fa-6a4ccb01ab14 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-acadf259-e0a8-463d-82bb-032a1b741ea8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-acadf259-e0a8-463d-82bb-032a1b741ea8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-acadf259-e0a8-463d-82bb-032a1b741ea8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77d8e071-e72a-4b7f-99f4-0271a044f431"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cd4090e5-6d6f-4ed5-b418-f2872057a760 {
  text-align: center;
}




  #s-cd4090e5-6d6f-4ed5-b418-f2872057a760 img.shogun-image {
    
    width: px;
  }


#s-cd4090e5-6d6f-4ed5-b418-f2872057a760 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c {
  
}
}@media (max-width: 767px){#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8b66b0d8-d0dc-4784-a573-5f2fa9b61e7c.shg-box.shg-c {
  justify-content: center;
}

#s-177a4ea7-86f3-4ddf-8129-5254a947c6bf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-177a4ea7-86f3-4ddf-8129-5254a947c6bf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-177a4ea7-86f3-4ddf-8129-5254a947c6bf .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-baadb03a-2d09-4020-8640-042d9dee6fe9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-baadb03a-2d09-4020-8640-042d9dee6fe9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-baadb03a-2d09-4020-8640-042d9dee6fe9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-baadb03a-2d09-4020-8640-042d9dee6fe9 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-af768aef-0f5f-4f58-b52d-2cae96ffb794 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-af768aef-0f5f-4f58-b52d-2cae96ffb794 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-af768aef-0f5f-4f58-b52d-2cae96ffb794 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94505ccd-9cea-4f0c-aa8e-c20d6cd88f79 {
  text-align: center;
}




  #s-94505ccd-9cea-4f0c-aa8e-c20d6cd88f79 img.shogun-image {
    
    width: px;
  }


#s-94505ccd-9cea-4f0c-aa8e-c20d6cd88f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-21af701e-a167-495e-b68c-1c25543534d2 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-21af701e-a167-495e-b68c-1c25543534d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21af701e-a167-495e-b68c-1c25543534d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21af701e-a167-495e-b68c-1c25543534d2 {
  
}
}@media (max-width: 767px){#s-21af701e-a167-495e-b68c-1c25543534d2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-21af701e-a167-495e-b68c-1c25543534d2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-21af701e-a167-495e-b68c-1c25543534d2.shg-box.shg-c {
  justify-content: center;
}

#s-270a61a2-6836-41bb-98d3-d43487e980a1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-270a61a2-6836-41bb-98d3-d43487e980a1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-270a61a2-6836-41bb-98d3-d43487e980a1 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-7979887c-fba3-4725-8bc0-afe4c85bf54c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7979887c-fba3-4725-8bc0-afe4c85bf54c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7979887c-fba3-4725-8bc0-afe4c85bf54c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7979887c-fba3-4725-8bc0-afe4c85bf54c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-718e1794-6711-47a2-b7fd-e449b817200f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-718e1794-6711-47a2-b7fd-e449b817200f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-718e1794-6711-47a2-b7fd-e449b817200f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-231aa182-2439-44c1-871d-78b3066dc216 {
  min-height: 50px;
}








#s-231aa182-2439-44c1-871d-78b3066dc216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-231aa182-2439-44c1-871d-78b3066dc216.shg-box.shg-c {
  justify-content: center;
}

#s-3ffa7ef5-c551-4988-96f6-d96cd4b27e77 {
  text-align: center;
}




  #s-3ffa7ef5-c551-4988-96f6-d96cd4b27e77 img.shogun-image {
    
    width: px;
  }


#s-3ffa7ef5-c551-4988-96f6-d96cd4b27e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-a59cde8f-b926-4383-9651-22ffca9d3101 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a59cde8f-b926-4383-9651-22ffca9d3101 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a59cde8f-b926-4383-9651-22ffca9d3101 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a59cde8f-b926-4383-9651-22ffca9d3101 {
  
}
}@media (max-width: 767px){#s-a59cde8f-b926-4383-9651-22ffca9d3101 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-a59cde8f-b926-4383-9651-22ffca9d3101 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a59cde8f-b926-4383-9651-22ffca9d3101.shg-box.shg-c {
  justify-content: center;
}

#s-a8b160e0-372e-490f-b6d5-3e6540e3c082 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a8b160e0-372e-490f-b6d5-3e6540e3c082 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a8b160e0-372e-490f-b6d5-3e6540e3c082 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-356e50b9-25b5-48ec-b85a-e475216b783a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-356e50b9-25b5-48ec-b85a-e475216b783a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-356e50b9-25b5-48ec-b85a-e475216b783a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-356e50b9-25b5-48ec-b85a-e475216b783a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ee46ee58-59fe-47fd-a1a3-5352a436d1ae {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ee46ee58-59fe-47fd-a1a3-5352a436d1ae {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ee46ee58-59fe-47fd-a1a3-5352a436d1ae .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d8647ecf-d080-4771-ae16-6ed1f1f66c6e {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d8647ecf-d080-4771-ae16-6ed1f1f66c6e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d8647ecf-d080-4771-ae16-6ed1f1f66c6e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d8647ecf-d080-4771-ae16-6ed1f1f66c6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-93408009-1d73-431e-af38-1ba4a7a7b821 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-93408009-1d73-431e-af38-1ba4a7a7b821"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e06aaaa9-119b-4e64-9475-d2b3c19fb8fb {
  text-align: center;
}




  #s-e06aaaa9-119b-4e64-9475-d2b3c19fb8fb img.shogun-image {
    
    width: px;
  }


#s-e06aaaa9-119b-4e64-9475-d2b3c19fb8fb .shogun-image-content {
  
    align-items: center;
  
}

#s-79bf9371-ac02-4eaf-af6a-16771a503a91 {
  text-align: center;
}




  #s-79bf9371-ac02-4eaf-af6a-16771a503a91 img.shogun-image {
    
    width: px;
  }


#s-79bf9371-ac02-4eaf-af6a-16771a503a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe {
  
}
}@media (max-width: 767px){#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe {
  
}
}







#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3cd310f3-c7be-4a1b-b9e4-f49d58b02bfe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac406c46-8350-4e23-b22a-794ea7170a98 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ac406c46-8350-4e23-b22a-794ea7170a98 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ac406c46-8350-4e23-b22a-794ea7170a98 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 23px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-ac406c46-8350-4e23-b22a-794ea7170a98 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-8b583871-bb2b-4873-8ee2-5a1a871f3d5a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8b583871-bb2b-4873-8ee2-5a1a871f3d5a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8b583871-bb2b-4873-8ee2-5a1a871f3d5a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8b583871-bb2b-4873-8ee2-5a1a871f3d5a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-08d8945c-21f1-4ceb-bd98-7be7bd191a2e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-08d8945c-21f1-4ceb-bd98-7be7bd191a2e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-08d8945c-21f1-4ceb-bd98-7be7bd191a2e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-af0791be-69f8-48ea-9776-e9e4588f0d2a {
  text-align: center;
}




  #s-af0791be-69f8-48ea-9776-e9e4588f0d2a img.shogun-image {
    
    width: px;
  }


#s-af0791be-69f8-48ea-9776-e9e4588f0d2a .shogun-image-content {
  
    align-items: center;
  
}

#s-6a5d32cb-1046-426c-b485-22dd27e53b7a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6a5d32cb-1046-426c-b485-22dd27e53b7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a5d32cb-1046-426c-b485-22dd27e53b7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a5d32cb-1046-426c-b485-22dd27e53b7a {
  
}
}@media (max-width: 767px){#s-6a5d32cb-1046-426c-b485-22dd27e53b7a {
  
}
}







#s-6a5d32cb-1046-426c-b485-22dd27e53b7a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6a5d32cb-1046-426c-b485-22dd27e53b7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-518ef3f6-d188-45d0-a56f-af84e72a512d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-518ef3f6-d188-45d0-a56f-af84e72a512d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-518ef3f6-d188-45d0-a56f-af84e72a512d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-518ef3f6-d188-45d0-a56f-af84e72a512d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-d1f11bb3-8be5-4122-8623-ba63a9bc0f02 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d1f11bb3-8be5-4122-8623-ba63a9bc0f02 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d1f11bb3-8be5-4122-8623-ba63a9bc0f02 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d1f11bb3-8be5-4122-8623-ba63a9bc0f02 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f914cac3-ab76-4620-970e-91dc09371ea8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f914cac3-ab76-4620-970e-91dc09371ea8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f914cac3-ab76-4620-970e-91dc09371ea8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f4fde9f8-b79c-46ad-968c-aa01211dd55d {
  text-align: center;
}




  #s-f4fde9f8-b79c-46ad-968c-aa01211dd55d img.shogun-image {
    
    width: px;
  }


#s-f4fde9f8-b79c-46ad-968c-aa01211dd55d .shogun-image-content {
  
    align-items: center;
  
}

#s-460f5c73-3176-467a-8292-c01501afe335 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-460f5c73-3176-467a-8292-c01501afe335 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-460f5c73-3176-467a-8292-c01501afe335 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-460f5c73-3176-467a-8292-c01501afe335 {
  
}
}@media (max-width: 767px){#s-460f5c73-3176-467a-8292-c01501afe335 {
  
}
}







#s-460f5c73-3176-467a-8292-c01501afe335 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-460f5c73-3176-467a-8292-c01501afe335.shg-box.shg-c {
  justify-content: flex-start;
}

#s-34205014-d818-45cb-9925-665d0fd2804c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-34205014-d818-45cb-9925-665d0fd2804c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-34205014-d818-45cb-9925-665d0fd2804c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-34205014-d818-45cb-9925-665d0fd2804c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-92a93ae3-54ab-429d-a9fc-b59f09839eaa {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-92a93ae3-54ab-429d-a9fc-b59f09839eaa {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-92a93ae3-54ab-429d-a9fc-b59f09839eaa .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-92a93ae3-54ab-429d-a9fc-b59f09839eaa .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-0484cd94-043e-493b-a773-deba52164521 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0484cd94-043e-493b-a773-deba52164521 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0484cd94-043e-493b-a773-deba52164521 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03430977-824d-40ed-a2b4-1ada8a3c278b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68d4f93c-99b0-4d90-8258-d4cdf0ce3df4 {
  text-align: center;
}




  #s-68d4f93c-99b0-4d90-8258-d4cdf0ce3df4 img.shogun-image {
    
    width: px;
  }


#s-68d4f93c-99b0-4d90-8258-d4cdf0ce3df4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 {
  
}
}@media (max-width: 767px){#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-dad09c46-73ba-4fbb-96c4-8b45c20d3300.shg-box.shg-c {
  justify-content: center;
}

#s-da2b1e36-e76b-4dc4-a749-67e45d87407e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-da2b1e36-e76b-4dc4-a749-67e45d87407e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-da2b1e36-e76b-4dc4-a749-67e45d87407e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-ff126760-e556-4bf3-8d56-92bce43d4301 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ff126760-e556-4bf3-8d56-92bce43d4301 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ff126760-e556-4bf3-8d56-92bce43d4301 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ff126760-e556-4bf3-8d56-92bce43d4301 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-7a83a6cf-4530-4d6f-be55-ba17946e2fec {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7a83a6cf-4530-4d6f-be55-ba17946e2fec {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7a83a6cf-4530-4d6f-be55-ba17946e2fec .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-699106a4-0970-4278-9e2b-2ef72c018b6f {
  min-height: 50px;
}








#s-699106a4-0970-4278-9e2b-2ef72c018b6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699106a4-0970-4278-9e2b-2ef72c018b6f.shg-box.shg-c {
  justify-content: center;
}

#s-8a07fb2f-9d6e-4774-91bc-fdd96d4f9a6b {
  text-align: center;
}




  #s-8a07fb2f-9d6e-4774-91bc-fdd96d4f9a6b img.shogun-image {
    
    width: px;
  }


#s-8a07fb2f-9d6e-4774-91bc-fdd96d4f9a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e {
  
}
}@media (max-width: 767px){#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bfe0d32a-a3c2-4da6-aa34-eb1a18254b8e.shg-box.shg-c {
  justify-content: center;
}

#s-8d9c2f63-76bf-42e0-b922-5c860d4d0fa1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8d9c2f63-76bf-42e0-b922-5c860d4d0fa1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8d9c2f63-76bf-42e0-b922-5c860d4d0fa1 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-7278e8cb-9084-45ab-ad02-fbfc2999415b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7278e8cb-9084-45ab-ad02-fbfc2999415b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7278e8cb-9084-45ab-ad02-fbfc2999415b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7278e8cb-9084-45ab-ad02-fbfc2999415b .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b91c951f-b2ce-44ed-9d31-2f5d2ea3d61d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b91c951f-b2ce-44ed-9d31-2f5d2ea3d61d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b91c951f-b2ce-44ed-9d31-2f5d2ea3d61d .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-89663944-6401-4f4d-afb8-10fba8cb68a7 {
  min-height: 50px;
}








#s-89663944-6401-4f4d-afb8-10fba8cb68a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89663944-6401-4f4d-afb8-10fba8cb68a7.shg-box.shg-c {
  justify-content: center;
}

#s-5edd598e-461c-41f2-a548-f817059f8aa1 {
  text-align: center;
}




  #s-5edd598e-461c-41f2-a548-f817059f8aa1 img.shogun-image {
    
    width: px;
  }


#s-5edd598e-461c-41f2-a548-f817059f8aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 {
  
}
}@media (max-width: 767px){#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c81d6a9e-21ed-45c0-8bf2-a245caed5ce5.shg-box.shg-c {
  justify-content: center;
}

#s-b2356796-cf59-40e4-93cb-2cca34098b09 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b2356796-cf59-40e4-93cb-2cca34098b09 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b2356796-cf59-40e4-93cb-2cca34098b09 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-0c450671-2815-4fd5-a3e7-c030f657b4d6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0c450671-2815-4fd5-a3e7-c030f657b4d6 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0c450671-2815-4fd5-a3e7-c030f657b4d6 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0c450671-2815-4fd5-a3e7-c030f657b4d6 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-34b3f244-4da2-4504-bba1-ee3a140a12f0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-34b3f244-4da2-4504-bba1-ee3a140a12f0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-34b3f244-4da2-4504-bba1-ee3a140a12f0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6db3204a-f177-4257-95f4-c6f64f265b02 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6db3204a-f177-4257-95f4-c6f64f265b02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c535591d-c116-48ce-908a-07f81b2d8259 {
  text-align: center;
}




  #s-c535591d-c116-48ce-908a-07f81b2d8259 img.shogun-image {
    
    width: px;
  }


#s-c535591d-c116-48ce-908a-07f81b2d8259 .shogun-image-content {
  
    align-items: center;
  
}

#s-37d1b732-7fb2-4d44-a9e9-c58407433b26 {
  text-align: center;
}




  #s-37d1b732-7fb2-4d44-a9e9-c58407433b26 img.shogun-image {
    
    width: px;
  }


#s-37d1b732-7fb2-4d44-a9e9-c58407433b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-13887f2b-e821-43ac-847b-c360a1429113 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-13887f2b-e821-43ac-847b-c360a1429113 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13887f2b-e821-43ac-847b-c360a1429113 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13887f2b-e821-43ac-847b-c360a1429113 {
  
}
}@media (max-width: 767px){#s-13887f2b-e821-43ac-847b-c360a1429113 {
  
}
}







#s-13887f2b-e821-43ac-847b-c360a1429113 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-13887f2b-e821-43ac-847b-c360a1429113.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21606486-e473-47c5-a08a-7bfaa9ed864c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-21606486-e473-47c5-a08a-7bfaa9ed864c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-21606486-e473-47c5-a08a-7bfaa9ed864c .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-21606486-e473-47c5-a08a-7bfaa9ed864c .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7986d102-34af-4cf2-83a0-f41943113078 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7986d102-34af-4cf2-83a0-f41943113078 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7986d102-34af-4cf2-83a0-f41943113078 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7986d102-34af-4cf2-83a0-f41943113078 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-223993be-8713-4cda-949b-fe274fbcde87 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-223993be-8713-4cda-949b-fe274fbcde87 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-223993be-8713-4cda-949b-fe274fbcde87 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c5353028-a8a0-4062-9de7-8752779385fc {
  text-align: center;
}




  #s-c5353028-a8a0-4062-9de7-8752779385fc img.shogun-image {
    
    width: px;
  }


#s-c5353028-a8a0-4062-9de7-8752779385fc .shogun-image-content {
  
    align-items: center;
  
}

#s-7602d202-dbab-417f-b286-a40d33d6eeef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7602d202-dbab-417f-b286-a40d33d6eeef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7602d202-dbab-417f-b286-a40d33d6eeef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7602d202-dbab-417f-b286-a40d33d6eeef {
  
}
}@media (max-width: 767px){#s-7602d202-dbab-417f-b286-a40d33d6eeef {
  
}
}







#s-7602d202-dbab-417f-b286-a40d33d6eeef > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7602d202-dbab-417f-b286-a40d33d6eeef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9f38967-0ee1-4f32-885d-c3e0c8e6cd48 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f9f38967-0ee1-4f32-885d-c3e0c8e6cd48 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f9f38967-0ee1-4f32-885d-c3e0c8e6cd48 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-f9f38967-0ee1-4f32-885d-c3e0c8e6cd48 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-540c6b95-f4eb-4e0b-aa08-c365bbe35722 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-540c6b95-f4eb-4e0b-aa08-c365bbe35722 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-540c6b95-f4eb-4e0b-aa08-c365bbe35722 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-540c6b95-f4eb-4e0b-aa08-c365bbe35722 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f5d16d0a-c95e-4ac4-b47e-f7d3b837cdbd {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f5d16d0a-c95e-4ac4-b47e-f7d3b837cdbd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f5d16d0a-c95e-4ac4-b47e-f7d3b837cdbd .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9eb04ff7-2fe5-4967-94a0-fff292237155 {
  text-align: center;
}




  #s-9eb04ff7-2fe5-4967-94a0-fff292237155 img.shogun-image {
    
    width: px;
  }


#s-9eb04ff7-2fe5-4967-94a0-fff292237155 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 {
  
}
}@media (max-width: 767px){#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 {
  
}
}







#s-3a9482d0-e456-4737-bf22-bd47a1d106d6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3a9482d0-e456-4737-bf22-bd47a1d106d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-059c7afc-c680-42c3-b102-27c85fd82cd7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-059c7afc-c680-42c3-b102-27c85fd82cd7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-059c7afc-c680-42c3-b102-27c85fd82cd7 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-059c7afc-c680-42c3-b102-27c85fd82cd7 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-2bbd6ac1-f984-4b1a-bfba-b3042093187b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2bbd6ac1-f984-4b1a-bfba-b3042093187b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2bbd6ac1-f984-4b1a-bfba-b3042093187b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-2bbd6ac1-f984-4b1a-bfba-b3042093187b .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-badf328e-1548-4ec4-95ea-5a6e3537d179 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-badf328e-1548-4ec4-95ea-5a6e3537d179 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-badf328e-1548-4ec4-95ea-5a6e3537d179 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-488b9353-3d50-4772-bb78-e2d25156437d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d360a775-42f5-48b3-9c27-7c12f58e8873 {
  text-align: center;
}




  #s-d360a775-42f5-48b3-9c27-7c12f58e8873 img.shogun-image {
    
    width: px;
  }


#s-d360a775-42f5-48b3-9c27-7c12f58e8873 .shogun-image-content {
  
    align-items: center;
  
}

#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf {
  
}
}@media (max-width: 767px){#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ace670a3-8d0d-4b84-baa6-c26266e8cbaf.shg-box.shg-c {
  justify-content: center;
}

#s-8da4cd9b-aaa0-48ce-acc5-f49990180ce7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8da4cd9b-aaa0-48ce-acc5-f49990180ce7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8da4cd9b-aaa0-48ce-acc5-f49990180ce7 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-4da8d9f3-0418-40c0-8797-9277ecb64715 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4da8d9f3-0418-40c0-8797-9277ecb64715 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4da8d9f3-0418-40c0-8797-9277ecb64715 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4da8d9f3-0418-40c0-8797-9277ecb64715 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-109c805a-0661-49f5-bd68-6914a3314e6a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-109c805a-0661-49f5-bd68-6914a3314e6a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-109c805a-0661-49f5-bd68-6914a3314e6a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9764e18c-6635-4231-a2ab-1c505055e420 {
  min-height: 50px;
}








#s-9764e18c-6635-4231-a2ab-1c505055e420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9764e18c-6635-4231-a2ab-1c505055e420.shg-box.shg-c {
  justify-content: center;
}

#s-8bdb894c-624e-41bb-983e-bca42193a921 {
  text-align: center;
}




  #s-8bdb894c-624e-41bb-983e-bca42193a921 img.shogun-image {
    
    width: px;
  }


#s-8bdb894c-624e-41bb-983e-bca42193a921 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e90feba-cb10-4aef-8f45-b1f684ef075f {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4e90feba-cb10-4aef-8f45-b1f684ef075f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e90feba-cb10-4aef-8f45-b1f684ef075f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e90feba-cb10-4aef-8f45-b1f684ef075f {
  
}
}@media (max-width: 767px){#s-4e90feba-cb10-4aef-8f45-b1f684ef075f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-4e90feba-cb10-4aef-8f45-b1f684ef075f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4e90feba-cb10-4aef-8f45-b1f684ef075f.shg-box.shg-c {
  justify-content: center;
}

#s-7f9fc894-d976-401e-a6f0-9eaa4215b6ff {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7f9fc894-d976-401e-a6f0-9eaa4215b6ff {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7f9fc894-d976-401e-a6f0-9eaa4215b6ff .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-afddd378-75fe-4b7e-bb0c-7c2b94789d78 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-afddd378-75fe-4b7e-bb0c-7c2b94789d78 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-afddd378-75fe-4b7e-bb0c-7c2b94789d78 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-afddd378-75fe-4b7e-bb0c-7c2b94789d78 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-40fe4035-4e55-455d-b6d5-a99b03a02db4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-40fe4035-4e55-455d-b6d5-a99b03a02db4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-40fe4035-4e55-455d-b6d5-a99b03a02db4 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d3f13455-d40f-4a24-892a-72d410bc130b {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d3f13455-d40f-4a24-892a-72d410bc130b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(170, 128, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3f13455-d40f-4a24-892a-72d410bc130b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d3f13455-d40f-4a24-892a-72d410bc130b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-41d1287d-2132-4211-9d4a-764f920d1ffe {
  min-height: 50px;
}








#s-41d1287d-2132-4211-9d4a-764f920d1ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d1287d-2132-4211-9d4a-764f920d1ffe.shg-box.shg-c {
  justify-content: center;
}

#s-603e76af-d075-461b-930a-8afb8f85f493 {
  text-align: center;
}




  #s-603e76af-d075-461b-930a-8afb8f85f493 img.shogun-image {
    
    width: px;
  }


#s-603e76af-d075-461b-930a-8afb8f85f493 .shogun-image-content {
  
    align-items: center;
  
}

#s-8814a21b-50f3-487d-995e-912bb54a6b26 {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8814a21b-50f3-487d-995e-912bb54a6b26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8814a21b-50f3-487d-995e-912bb54a6b26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8814a21b-50f3-487d-995e-912bb54a6b26 {
  
}
}@media (max-width: 767px){#s-8814a21b-50f3-487d-995e-912bb54a6b26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
}
}







#s-8814a21b-50f3-487d-995e-912bb54a6b26 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8814a21b-50f3-487d-995e-912bb54a6b26.shg-box.shg-c {
  justify-content: center;
}

#s-3065b28c-b10f-4849-ae42-185b28db2d42 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3065b28c-b10f-4849-ae42-185b28db2d42 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3065b28c-b10f-4849-ae42-185b28db2d42 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-f5e74711-d108-4d1c-974c-73730dc00536 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f5e74711-d108-4d1c-974c-73730dc00536 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f5e74711-d108-4d1c-974c-73730dc00536 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f5e74711-d108-4d1c-974c-73730dc00536 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-4332204e-cfe2-492a-90fc-2479af4c05e7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4332204e-cfe2-492a-90fc-2479af4c05e7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4332204e-cfe2-492a-90fc-2479af4c05e7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c5b02df1-7c25-4137-9c25-49daf18ab3a3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c5b02df1-7c25-4137-9c25-49daf18ab3a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e9c20033-e4ae-492b-8051-760fee8b4cdf {
  text-align: center;
}




  #s-e9c20033-e4ae-492b-8051-760fee8b4cdf img.shogun-image {
    
    width: px;
  }


#s-e9c20033-e4ae-492b-8051-760fee8b4cdf .shogun-image-content {
  
    align-items: center;
  
}

#s-6b6d2716-c49a-450b-bd0e-c74f56814e84 {
  text-align: center;
}




  #s-6b6d2716-c49a-450b-bd0e-c74f56814e84 img.shogun-image {
    
    width: px;
  }


#s-6b6d2716-c49a-450b-bd0e-c74f56814e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-30d2df5c-b853-491e-bc71-a5df02774729 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-30d2df5c-b853-491e-bc71-a5df02774729 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30d2df5c-b853-491e-bc71-a5df02774729 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30d2df5c-b853-491e-bc71-a5df02774729 {
  
}
}@media (max-width: 767px){#s-30d2df5c-b853-491e-bc71-a5df02774729 {
  
}
}







#s-30d2df5c-b853-491e-bc71-a5df02774729 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-30d2df5c-b853-491e-bc71-a5df02774729.shg-box.shg-c {
  justify-content: flex-start;
}

#s-16a81f81-0ecc-4b64-9b55-2ebc001dd656 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-16a81f81-0ecc-4b64-9b55-2ebc001dd656 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-16a81f81-0ecc-4b64-9b55-2ebc001dd656 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-16a81f81-0ecc-4b64-9b55-2ebc001dd656 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-1f67e188-6fc5-46ae-9abd-6b035612c034 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1f67e188-6fc5-46ae-9abd-6b035612c034 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1f67e188-6fc5-46ae-9abd-6b035612c034 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1f67e188-6fc5-46ae-9abd-6b035612c034 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-04deea20-2054-4073-a7ae-a9ef7f43910b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-04deea20-2054-4073-a7ae-a9ef7f43910b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-04deea20-2054-4073-a7ae-a9ef7f43910b .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1e9f16f5-7f8e-4394-a230-f5c6d56ec40b {
  text-align: center;
}




  #s-1e9f16f5-7f8e-4394-a230-f5c6d56ec40b img.shogun-image {
    
    width: px;
  }


#s-1e9f16f5-7f8e-4394-a230-f5c6d56ec40b .shogun-image-content {
  
    align-items: center;
  
}

#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 {
  
}
}@media (max-width: 767px){#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 {
  
}
}







#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b1bdbc8b-fbd5-45b6-ad77-cb09c06340b3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68b10f50-5c48-40ae-a9da-ee7ab6530774 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-68b10f50-5c48-40ae-a9da-ee7ab6530774 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-68b10f50-5c48-40ae-a9da-ee7ab6530774 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-68b10f50-5c48-40ae-a9da-ee7ab6530774 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-950c7464-7b65-4198-a183-f947da653af7 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-950c7464-7b65-4198-a183-f947da653af7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-950c7464-7b65-4198-a183-f947da653af7 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-950c7464-7b65-4198-a183-f947da653af7 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-aeebb4d4-1798-4d85-856c-d7825e303bf9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-aeebb4d4-1798-4d85-856c-d7825e303bf9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-aeebb4d4-1798-4d85-856c-d7825e303bf9 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e57ec5f0-1904-40f1-8634-47c054b303d0 {
  text-align: center;
}




  #s-e57ec5f0-1904-40f1-8634-47c054b303d0 img.shogun-image {
    
    width: px;
  }


#s-e57ec5f0-1904-40f1-8634-47c054b303d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8931e4fa-61cc-4238-b28f-370a740ce64b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8931e4fa-61cc-4238-b28f-370a740ce64b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8931e4fa-61cc-4238-b28f-370a740ce64b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8931e4fa-61cc-4238-b28f-370a740ce64b {
  
}
}@media (max-width: 767px){#s-8931e4fa-61cc-4238-b28f-370a740ce64b {
  
}
}







#s-8931e4fa-61cc-4238-b28f-370a740ce64b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8931e4fa-61cc-4238-b28f-370a740ce64b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-348bfd46-a232-4114-97bb-c7716608fdf2 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-348bfd46-a232-4114-97bb-c7716608fdf2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-348bfd46-a232-4114-97bb-c7716608fdf2 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-348bfd46-a232-4114-97bb-c7716608fdf2 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-8eecd9d7-896e-4bb2-b182-031f2a080cd4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8eecd9d7-896e-4bb2-b182-031f2a080cd4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8eecd9d7-896e-4bb2-b182-031f2a080cd4 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8eecd9d7-896e-4bb2-b182-031f2a080cd4 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b0b50c64-7028-45c0-9734-9eeb3605a627 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b0b50c64-7028-45c0-9734-9eeb3605a627 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b0b50c64-7028-45c0-9734-9eeb3605a627 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cf30d33-1b00-4d7b-a655-8a8cf0427f7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f0d21954-414d-455e-806e-e470c45b396d {
  text-align: center;
}




  #s-f0d21954-414d-455e-806e-e470c45b396d img.shogun-image {
    
    width: px;
  }


#s-f0d21954-414d-455e-806e-e470c45b396d .shogun-image-content {
  
    align-items: center;
  
}

#s-3495f29f-fd1b-498d-8269-aca75d13acc3 {
  text-align: center;
}




  #s-3495f29f-fd1b-498d-8269-aca75d13acc3 img.shogun-image {
    
    width: px;
  }


#s-3495f29f-fd1b-498d-8269-aca75d13acc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc {
  
}
}@media (max-width: 767px){#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc {
  
}
}







#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-32a532b2-5adb-4828-a2fa-4f4f04be17dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a12706d6-2fc3-4bbe-8b02-e0385d6e93ad {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a12706d6-2fc3-4bbe-8b02-e0385d6e93ad {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a12706d6-2fc3-4bbe-8b02-e0385d6e93ad .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-a12706d6-2fc3-4bbe-8b02-e0385d6e93ad .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-3bcf6a50-7bf1-4427-b28c-501956a8c543 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3bcf6a50-7bf1-4427-b28c-501956a8c543 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3bcf6a50-7bf1-4427-b28c-501956a8c543 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3bcf6a50-7bf1-4427-b28c-501956a8c543 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-bbd8ef69-8608-4965-8be5-857ba8366cc4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bbd8ef69-8608-4965-8be5-857ba8366cc4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bbd8ef69-8608-4965-8be5-857ba8366cc4 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8dc696bb-67f0-491b-a1ba-6528daa48117 {
  text-align: center;
}




  #s-8dc696bb-67f0-491b-a1ba-6528daa48117 img.shogun-image {
    
    width: px;
  }


#s-8dc696bb-67f0-491b-a1ba-6528daa48117 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d0d192c-717e-4875-9152-a8fa8980feb4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d0d192c-717e-4875-9152-a8fa8980feb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d0d192c-717e-4875-9152-a8fa8980feb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d0d192c-717e-4875-9152-a8fa8980feb4 {
  
}
}@media (max-width: 767px){#s-9d0d192c-717e-4875-9152-a8fa8980feb4 {
  
}
}







#s-9d0d192c-717e-4875-9152-a8fa8980feb4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9d0d192c-717e-4875-9152-a8fa8980feb4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-46260f99-d5fd-4a2e-ac1a-3d853922d00f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-46260f99-d5fd-4a2e-ac1a-3d853922d00f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-46260f99-d5fd-4a2e-ac1a-3d853922d00f .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-46260f99-d5fd-4a2e-ac1a-3d853922d00f .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-6d51a0e0-c119-4375-bfab-5e9dc5be3bf8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6d51a0e0-c119-4375-bfab-5e9dc5be3bf8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6d51a0e0-c119-4375-bfab-5e9dc5be3bf8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6d51a0e0-c119-4375-bfab-5e9dc5be3bf8 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-19942e51-fc17-439c-a7d2-6751fa6986f2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-19942e51-fc17-439c-a7d2-6751fa6986f2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-19942e51-fc17-439c-a7d2-6751fa6986f2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c13aef80-65f2-4341-88af-9b4cccea3ab3 {
  text-align: center;
}




  #s-c13aef80-65f2-4341-88af-9b4cccea3ab3 img.shogun-image {
    
    width: px;
  }


#s-c13aef80-65f2-4341-88af-9b4cccea3ab3 .shogun-image-content {
  
    align-items: center;
  
}

#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 {
  
}
}@media (max-width: 767px){#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 {
  
}
}







#s-24a486dc-d3f3-415a-9591-fe419dfbfab3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-24a486dc-d3f3-415a-9591-fe419dfbfab3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f491e173-9937-4e45-b491-dc052263bdd0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f491e173-9937-4e45-b491-dc052263bdd0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f491e173-9937-4e45-b491-dc052263bdd0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-f491e173-9937-4e45-b491-dc052263bdd0 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e9a5184d-66b2-4a3f-afc7-882f48994ccb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e9a5184d-66b2-4a3f-afc7-882f48994ccb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e9a5184d-66b2-4a3f-afc7-882f48994ccb .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e9a5184d-66b2-4a3f-afc7-882f48994ccb .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-5b7cac45-988e-4e2a-9d90-5926a679430e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5b7cac45-988e-4e2a-9d90-5926a679430e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5b7cac45-988e-4e2a-9d90-5926a679430e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b13a7800-0ecf-4ee6-ae42-f0d3583a9682"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5d7b1008-dd37-45bf-aec8-725d4f1b954a {
  text-align: center;
}




  #s-5d7b1008-dd37-45bf-aec8-725d4f1b954a img.shogun-image {
    
    width: px;
  }


#s-5d7b1008-dd37-45bf-aec8-725d4f1b954a .shogun-image-content {
  
    align-items: center;
  
}

#s-698af9ce-e739-4b9c-917e-27e7b1fb06e1 {
  text-align: center;
}




  #s-698af9ce-e739-4b9c-917e-27e7b1fb06e1 img.shogun-image {
    
    width: px;
  }


#s-698af9ce-e739-4b9c-917e-27e7b1fb06e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 {
  
}
}@media (max-width: 767px){#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 {
  
}
}







#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b367f1f0-3431-45a7-9d5b-c5bb1c82c3c2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab669385-d9e3-4a9d-a6f3-ab1f8a49520d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ab669385-d9e3-4a9d-a6f3-ab1f8a49520d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ab669385-d9e3-4a9d-a6f3-ab1f8a49520d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-ab669385-d9e3-4a9d-a6f3-ab1f8a49520d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-a32a09a4-3125-4aad-b174-ef74a105a5f3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a32a09a4-3125-4aad-b174-ef74a105a5f3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a32a09a4-3125-4aad-b174-ef74a105a5f3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a32a09a4-3125-4aad-b174-ef74a105a5f3 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-9eda30d1-71b4-4863-a859-6df1becc38f0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9eda30d1-71b4-4863-a859-6df1becc38f0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9eda30d1-71b4-4863-a859-6df1becc38f0 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5343442f-142e-44b4-b8f7-d2f018d621f2 {
  text-align: center;
}




  #s-5343442f-142e-44b4-b8f7-d2f018d621f2 img.shogun-image {
    
    width: px;
  }


#s-5343442f-142e-44b4-b8f7-d2f018d621f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-21513a57-f036-41bb-847b-20ea07d14548 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-21513a57-f036-41bb-847b-20ea07d14548 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21513a57-f036-41bb-847b-20ea07d14548 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21513a57-f036-41bb-847b-20ea07d14548 {
  
}
}@media (max-width: 767px){#s-21513a57-f036-41bb-847b-20ea07d14548 {
  
}
}







#s-21513a57-f036-41bb-847b-20ea07d14548 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-21513a57-f036-41bb-847b-20ea07d14548.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10de2bfd-b1f6-49c9-b831-63b4181ce9ea {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-10de2bfd-b1f6-49c9-b831-63b4181ce9ea {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-10de2bfd-b1f6-49c9-b831-63b4181ce9ea .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-10de2bfd-b1f6-49c9-b831-63b4181ce9ea .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-5846ae91-75df-40b5-9f8b-a4100d26bfeb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5846ae91-75df-40b5-9f8b-a4100d26bfeb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5846ae91-75df-40b5-9f8b-a4100d26bfeb .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5846ae91-75df-40b5-9f8b-a4100d26bfeb .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-406eb1b5-8d74-4824-bf9b-e8282ddd1420 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-406eb1b5-8d74-4824-bf9b-e8282ddd1420 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-406eb1b5-8d74-4824-bf9b-e8282ddd1420 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9b2a37f6-8463-4125-bb47-b079c9b3bd02 {
  text-align: center;
}




  #s-9b2a37f6-8463-4125-bb47-b079c9b3bd02 img.shogun-image {
    
    width: px;
  }


#s-9b2a37f6-8463-4125-bb47-b079c9b3bd02 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd {
  
}
}@media (max-width: 767px){#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd {
  
}
}







#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0bbe9cfc-0f81-40d1-ab53-7f147b4390bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eaefaad8-cc16-4087-b837-de0d13a02b1a {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-eaefaad8-cc16-4087-b837-de0d13a02b1a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-eaefaad8-cc16-4087-b837-de0d13a02b1a .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-eaefaad8-cc16-4087-b837-de0d13a02b1a .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-0dfd5402-99a2-44ec-8a03-7dd599fdb77f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0dfd5402-99a2-44ec-8a03-7dd599fdb77f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0dfd5402-99a2-44ec-8a03-7dd599fdb77f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0dfd5402-99a2-44ec-8a03-7dd599fdb77f .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-5db8d4d4-39cd-4ef2-833b-270d71911690 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5db8d4d4-39cd-4ef2-833b-270d71911690 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5db8d4d4-39cd-4ef2-833b-270d71911690 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d10cb7d-bac5-4021-a98e-65cf6e4d53f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2bc1a90f-753c-47a0-910e-51faca760472 {
  text-align: center;
}




  #s-2bc1a90f-753c-47a0-910e-51faca760472 img.shogun-image {
    
    width: px;
  }


#s-2bc1a90f-753c-47a0-910e-51faca760472 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce19754d-769e-438c-a494-8ef82f808a7a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ce19754d-769e-438c-a494-8ef82f808a7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce19754d-769e-438c-a494-8ef82f808a7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce19754d-769e-438c-a494-8ef82f808a7a {
  
}
}@media (max-width: 767px){#s-ce19754d-769e-438c-a494-8ef82f808a7a {
  
}
}







#s-ce19754d-769e-438c-a494-8ef82f808a7a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ce19754d-769e-438c-a494-8ef82f808a7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84a867a1-3892-49ae-a4ee-b0c964254fa5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-84a867a1-3892-49ae-a4ee-b0c964254fa5 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-84a867a1-3892-49ae-a4ee-b0c964254fa5 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-84a867a1-3892-49ae-a4ee-b0c964254fa5 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-90430dc4-9779-458d-965d-a7027bb012f2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-90430dc4-9779-458d-965d-a7027bb012f2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-90430dc4-9779-458d-965d-a7027bb012f2 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-90430dc4-9779-458d-965d-a7027bb012f2 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c3fff172-a709-47e7-9734-7ebab5a8372f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c3fff172-a709-47e7-9734-7ebab5a8372f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c3fff172-a709-47e7-9734-7ebab5a8372f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-378cb0d5-c751-46e8-867a-a062dc88e9c8 {
  text-align: center;
}




  #s-378cb0d5-c751-46e8-867a-a062dc88e9c8 img.shogun-image {
    
    width: px;
  }


#s-378cb0d5-c751-46e8-867a-a062dc88e9c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 {
  
}
}@media (max-width: 767px){#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 {
  
}
}







#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-397aea7a-1daf-4a6e-8b19-b4bbe2645670.shg-box.shg-c {
  justify-content: flex-start;
}

#s-680c18f1-05d4-4af9-87ac-00e05bbf9058 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-680c18f1-05d4-4af9-87ac-00e05bbf9058 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-680c18f1-05d4-4af9-87ac-00e05bbf9058 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-680c18f1-05d4-4af9-87ac-00e05bbf9058 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-4f9f84e4-f069-41f3-ae42-baaa097e5bea {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4f9f84e4-f069-41f3-ae42-baaa097e5bea {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4f9f84e4-f069-41f3-ae42-baaa097e5bea .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4f9f84e4-f069-41f3-ae42-baaa097e5bea .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-71a96bc5-de16-42ff-822c-6b1ba864e003 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-71a96bc5-de16-42ff-822c-6b1ba864e003 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-71a96bc5-de16-42ff-822c-6b1ba864e003 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-38dbeaba-4ae1-4c85-8a2c-55ee6df48719 {
  text-align: center;
}




  #s-38dbeaba-4ae1-4c85-8a2c-55ee6df48719 img.shogun-image {
    
    width: px;
  }


#s-38dbeaba-4ae1-4c85-8a2c-55ee6df48719 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c278749-b499-4c1a-853d-5718702e4572 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1c278749-b499-4c1a-853d-5718702e4572 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c278749-b499-4c1a-853d-5718702e4572 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c278749-b499-4c1a-853d-5718702e4572 {
  
}
}@media (max-width: 767px){#s-1c278749-b499-4c1a-853d-5718702e4572 {
  
}
}







#s-1c278749-b499-4c1a-853d-5718702e4572 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1c278749-b499-4c1a-853d-5718702e4572.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d3b4868-59c4-4e23-9b41-e31225cd2715 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0d3b4868-59c4-4e23-9b41-e31225cd2715 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0d3b4868-59c4-4e23-9b41-e31225cd2715 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-0d3b4868-59c4-4e23-9b41-e31225cd2715 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-b4b2573a-146b-4203-9691-389d7e971704 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b4b2573a-146b-4203-9691-389d7e971704 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b4b2573a-146b-4203-9691-389d7e971704 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-b4b2573a-146b-4203-9691-389d7e971704 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-97468b62-c159-49a7-b573-17a01a96255c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-97468b62-c159-49a7-b573-17a01a96255c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-97468b62-c159-49a7-b573-17a01a96255c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1590f782-1ab5-4e31-95b8-edabb8b225d5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1590f782-1ab5-4e31-95b8-edabb8b225d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8d3f271e-ec38-4b50-aaa4-d6b59968a264 {
  text-align: center;
}




  #s-8d3f271e-ec38-4b50-aaa4-d6b59968a264 img.shogun-image {
    
    width: px;
  }


#s-8d3f271e-ec38-4b50-aaa4-d6b59968a264 .shogun-image-content {
  
    align-items: center;
  
}

#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 {
  
}
}@media (max-width: 767px){#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 {
  
}
}







#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3da084c9-bd3c-4ad2-be65-8e87ca89eb25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-64aac06a-0fa1-4fab-b486-05da6a0ef504 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-64aac06a-0fa1-4fab-b486-05da6a0ef504 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-64aac06a-0fa1-4fab-b486-05da6a0ef504 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-64aac06a-0fa1-4fab-b486-05da6a0ef504 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-ed50850e-3699-430e-a9bc-c7c523671a52 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ed50850e-3699-430e-a9bc-c7c523671a52 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ed50850e-3699-430e-a9bc-c7c523671a52 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ed50850e-3699-430e-a9bc-c7c523671a52 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-327e97a5-d6fb-4885-8ebf-91a7de8c421f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-327e97a5-d6fb-4885-8ebf-91a7de8c421f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-327e97a5-d6fb-4885-8ebf-91a7de8c421f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-06d337fd-813c-4b47-ac29-d88610b68887 {
  text-align: center;
}




  #s-06d337fd-813c-4b47-ac29-d88610b68887 img.shogun-image {
    
    width: px;
  }


#s-06d337fd-813c-4b47-ac29-d88610b68887 .shogun-image-content {
  
    align-items: center;
  
}

#s-613ec34c-a8e5-4001-b9a9-596d36647664 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-613ec34c-a8e5-4001-b9a9-596d36647664 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-613ec34c-a8e5-4001-b9a9-596d36647664 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-613ec34c-a8e5-4001-b9a9-596d36647664 {
  
}
}@media (max-width: 767px){#s-613ec34c-a8e5-4001-b9a9-596d36647664 {
  
}
}







#s-613ec34c-a8e5-4001-b9a9-596d36647664 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-613ec34c-a8e5-4001-b9a9-596d36647664.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f58cdb0-b249-440d-9093-5ac5f2e80d8e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8f58cdb0-b249-440d-9093-5ac5f2e80d8e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8f58cdb0-b249-440d-9093-5ac5f2e80d8e .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-8f58cdb0-b249-440d-9093-5ac5f2e80d8e .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9bba5917-97da-4d70-a70d-622851f941da {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9bba5917-97da-4d70-a70d-622851f941da {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9bba5917-97da-4d70-a70d-622851f941da .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9bba5917-97da-4d70-a70d-622851f941da .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-e50bed80-341e-4929-bdd5-8c3038df3b0a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e50bed80-341e-4929-bdd5-8c3038df3b0a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e50bed80-341e-4929-bdd5-8c3038df3b0a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4fd66c21-8cb6-441c-8866-70f1ecc711ea {
  text-align: center;
}




  #s-4fd66c21-8cb6-441c-8866-70f1ecc711ea img.shogun-image {
    
    width: px;
  }


#s-4fd66c21-8cb6-441c-8866-70f1ecc711ea .shogun-image-content {
  
    align-items: center;
  
}

#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 {
  
}
}@media (max-width: 767px){#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 {
  
}
}







#s-2da3bed8-c506-44b8-a7a8-d24747a9d837 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2da3bed8-c506-44b8-a7a8-d24747a9d837.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8099285-93b3-4606-b37f-236fe14de1dd {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c8099285-93b3-4606-b37f-236fe14de1dd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c8099285-93b3-4606-b37f-236fe14de1dd .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-c8099285-93b3-4606-b37f-236fe14de1dd .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7fbd0b7a-1be5-4571-8104-f9cbab8618f8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7fbd0b7a-1be5-4571-8104-f9cbab8618f8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7fbd0b7a-1be5-4571-8104-f9cbab8618f8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7fbd0b7a-1be5-4571-8104-f9cbab8618f8 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-1d544bb3-bd00-4a53-9d55-0a80a5701c48 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1d544bb3-bd00-4a53-9d55-0a80a5701c48 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1d544bb3-bd00-4a53-9d55-0a80a5701c48 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ca354ed0-08e1-4f17-806b-607aceba15ff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca354ed0-08e1-4f17-806b-607aceba15ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-98536a15-f140-4f80-ae93-7b45db8df9c9 {
  text-align: center;
}




  #s-98536a15-f140-4f80-ae93-7b45db8df9c9 img.shogun-image {
    
    width: px;
  }


#s-98536a15-f140-4f80-ae93-7b45db8df9c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7f319f-0056-4804-858f-264b02bc7bd8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b7f319f-0056-4804-858f-264b02bc7bd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b7f319f-0056-4804-858f-264b02bc7bd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b7f319f-0056-4804-858f-264b02bc7bd8 {
  
}
}@media (max-width: 767px){#s-6b7f319f-0056-4804-858f-264b02bc7bd8 {
  
}
}







#s-6b7f319f-0056-4804-858f-264b02bc7bd8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6b7f319f-0056-4804-858f-264b02bc7bd8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-72b60342-c338-45db-b25b-a82d913b6654 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-72b60342-c338-45db-b25b-a82d913b6654 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-72b60342-c338-45db-b25b-a82d913b6654 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-72b60342-c338-45db-b25b-a82d913b6654 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-c2522a47-4a66-4930-aae0-93ab5da2f41a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c2522a47-4a66-4930-aae0-93ab5da2f41a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c2522a47-4a66-4930-aae0-93ab5da2f41a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c2522a47-4a66-4930-aae0-93ab5da2f41a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ab8e1eba-2856-41fc-9a72-84c1ef2c2e2f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ab8e1eba-2856-41fc-9a72-84c1ef2c2e2f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ab8e1eba-2856-41fc-9a72-84c1ef2c2e2f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f975c52d-8f07-4ed8-a30c-4f8b01baa582 {
  text-align: center;
}




  #s-f975c52d-8f07-4ed8-a30c-4f8b01baa582 img.shogun-image {
    
    width: px;
  }


#s-f975c52d-8f07-4ed8-a30c-4f8b01baa582 .shogun-image-content {
  
    align-items: center;
  
}

#s-761bd30e-cc6f-46c3-a37a-73c689ca743b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-761bd30e-cc6f-46c3-a37a-73c689ca743b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-761bd30e-cc6f-46c3-a37a-73c689ca743b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-761bd30e-cc6f-46c3-a37a-73c689ca743b {
  
}
}@media (max-width: 767px){#s-761bd30e-cc6f-46c3-a37a-73c689ca743b {
  
}
}







#s-761bd30e-cc6f-46c3-a37a-73c689ca743b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-761bd30e-cc6f-46c3-a37a-73c689ca743b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae34c21d-cdc3-4c80-a18f-2beb95f0b702 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ae34c21d-cdc3-4c80-a18f-2beb95f0b702 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ae34c21d-cdc3-4c80-a18f-2beb95f0b702 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-ae34c21d-cdc3-4c80-a18f-2beb95f0b702 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-46ba3a52-2294-4cea-a14e-884f0743bb1a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-46ba3a52-2294-4cea-a14e-884f0743bb1a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-46ba3a52-2294-4cea-a14e-884f0743bb1a .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-46ba3a52-2294-4cea-a14e-884f0743bb1a .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-f1da8977-1a21-432c-b7c4-e0a7495bcee8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f1da8977-1a21-432c-b7c4-e0a7495bcee8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f1da8977-1a21-432c-b7c4-e0a7495bcee8 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-81801c95-75a3-4cdc-b12b-6cc9a627dd8b {
  text-align: center;
}




  #s-81801c95-75a3-4cdc-b12b-6cc9a627dd8b img.shogun-image {
    
    width: px;
  }


#s-81801c95-75a3-4cdc-b12b-6cc9a627dd8b .shogun-image-content {
  
    align-items: center;
  
}

#s-2772770b-585e-448f-9615-e4d5c5a3e714 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2772770b-585e-448f-9615-e4d5c5a3e714 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2772770b-585e-448f-9615-e4d5c5a3e714 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2772770b-585e-448f-9615-e4d5c5a3e714 {
  
}
}@media (max-width: 767px){#s-2772770b-585e-448f-9615-e4d5c5a3e714 {
  
}
}







#s-2772770b-585e-448f-9615-e4d5c5a3e714 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2772770b-585e-448f-9615-e4d5c5a3e714.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9675b582-1b87-4077-93fe-3930d6ba9be8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9675b582-1b87-4077-93fe-3930d6ba9be8 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9675b582-1b87-4077-93fe-3930d6ba9be8 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-9675b582-1b87-4077-93fe-3930d6ba9be8 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-549d1234-ad0d-420a-9c36-ded1ebf10730 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-549d1234-ad0d-420a-9c36-ded1ebf10730 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-549d1234-ad0d-420a-9c36-ded1ebf10730 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-549d1234-ad0d-420a-9c36-ded1ebf10730 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-ce77b690-5aa2-434a-9368-4f54bf3705ef {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ce77b690-5aa2-434a-9368-4f54bf3705ef {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ce77b690-5aa2-434a-9368-4f54bf3705ef .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-789ed569-98e0-4817-9d8c-6b81807f3ff2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-789ed569-98e0-4817-9d8c-6b81807f3ff2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-48321695-8921-4784-94c2-4e919caf6f66 {
  text-align: center;
}




  #s-48321695-8921-4784-94c2-4e919caf6f66 img.shogun-image {
    
    width: px;
  }


#s-48321695-8921-4784-94c2-4e919caf6f66 .shogun-image-content {
  
    align-items: center;
  
}

#s-781743eb-253f-4c2a-aa42-474d01a29af3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-781743eb-253f-4c2a-aa42-474d01a29af3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-781743eb-253f-4c2a-aa42-474d01a29af3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-781743eb-253f-4c2a-aa42-474d01a29af3 {
  
}
}@media (max-width: 767px){#s-781743eb-253f-4c2a-aa42-474d01a29af3 {
  
}
}







#s-781743eb-253f-4c2a-aa42-474d01a29af3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-781743eb-253f-4c2a-aa42-474d01a29af3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dec5e4b0-fafc-49bf-b329-01e29357a76f {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dec5e4b0-fafc-49bf-b329-01e29357a76f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dec5e4b0-fafc-49bf-b329-01e29357a76f .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-dec5e4b0-fafc-49bf-b329-01e29357a76f .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-809c4456-fc7b-4170-9676-d30283a1b864 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-809c4456-fc7b-4170-9676-d30283a1b864 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-809c4456-fc7b-4170-9676-d30283a1b864 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-809c4456-fc7b-4170-9676-d30283a1b864 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-8c680da8-d8aa-4871-a29d-a67a22feefd3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8c680da8-d8aa-4871-a29d-a67a22feefd3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8c680da8-d8aa-4871-a29d-a67a22feefd3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a6790a06-0430-49f0-84ac-8020182699dc {
  text-align: center;
}




  #s-a6790a06-0430-49f0-84ac-8020182699dc img.shogun-image {
    
    width: px;
  }


#s-a6790a06-0430-49f0-84ac-8020182699dc .shogun-image-content {
  
    align-items: center;
  
}

#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 {
  
}
}@media (max-width: 767px){#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 {
  
}
}







#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bddbd8e3-4a9a-4071-92d8-b1f4be0d4581.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b351b20f-1199-4442-a874-e270ea13b74d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b351b20f-1199-4442-a874-e270ea13b74d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b351b20f-1199-4442-a874-e270ea13b74d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-b351b20f-1199-4442-a874-e270ea13b74d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-7d94fe49-807f-4345-bab0-d1115053f897 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7d94fe49-807f-4345-bab0-d1115053f897 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7d94fe49-807f-4345-bab0-d1115053f897 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-7d94fe49-807f-4345-bab0-d1115053f897 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-d3489d77-908e-4883-9c93-d7a0fc4de7b3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d3489d77-908e-4883-9c93-d7a0fc4de7b3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d3489d77-908e-4883-9c93-d7a0fc4de7b3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-26f4e847-7922-4ed6-bcc4-b970dcffa4de {
  text-align: center;
}




  #s-26f4e847-7922-4ed6-bcc4-b970dcffa4de img.shogun-image {
    
    width: px;
  }


#s-26f4e847-7922-4ed6-bcc4-b970dcffa4de .shogun-image-content {
  
    align-items: center;
  
}

#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d {
  
}
}@media (max-width: 767px){#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d {
  
}
}







#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-df1ec117-4d2a-4115-a6b5-3f8dd23cd46d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-50eafec3-746f-4202-b95d-a8ce9aef3d51 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-50eafec3-746f-4202-b95d-a8ce9aef3d51 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-50eafec3-746f-4202-b95d-a8ce9aef3d51 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-50eafec3-746f-4202-b95d-a8ce9aef3d51 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-4c3d90ad-9985-430f-8ab4-08db39618634 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4c3d90ad-9985-430f-8ab4-08db39618634 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4c3d90ad-9985-430f-8ab4-08db39618634 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-4c3d90ad-9985-430f-8ab4-08db39618634 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-bd303f82-fda8-47d2-8347-d63819a9f560 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bd303f82-fda8-47d2-8347-d63819a9f560 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bd303f82-fda8-47d2-8347-d63819a9f560 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-661f8b04-416e-4fa9-a605-2d81f7fb8f94 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-661f8b04-416e-4fa9-a605-2d81f7fb8f94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-59469554-2cb4-48ee-8d8b-73d4167057f6 {
  text-align: center;
}




  #s-59469554-2cb4-48ee-8d8b-73d4167057f6 img.shogun-image {
    
    width: px;
  }


#s-59469554-2cb4-48ee-8d8b-73d4167057f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 {
  
}
}@media (max-width: 767px){#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 {
  
}
}







#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6c6fd89f-8e70-4e83-9e44-d6ef8d289db3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d41336b-40a4-4fec-8021-c5064c9afef0 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8d41336b-40a4-4fec-8021-c5064c9afef0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8d41336b-40a4-4fec-8021-c5064c9afef0 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-8d41336b-40a4-4fec-8021-c5064c9afef0 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-6b35d6e6-54b4-4418-b0a0-78fc30c1862c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6b35d6e6-54b4-4418-b0a0-78fc30c1862c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6b35d6e6-54b4-4418-b0a0-78fc30c1862c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6b35d6e6-54b4-4418-b0a0-78fc30c1862c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-b89df671-34b1-4f8d-80ce-b3bc5a19caac {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b89df671-34b1-4f8d-80ce-b3bc5a19caac {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b89df671-34b1-4f8d-80ce-b3bc5a19caac .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17c30e80-0d5f-4e1e-bf09-9d88c35fc063 {
  text-align: center;
}




  #s-17c30e80-0d5f-4e1e-bf09-9d88c35fc063 img.shogun-image {
    
    width: px;
  }


#s-17c30e80-0d5f-4e1e-bf09-9d88c35fc063 .shogun-image-content {
  
    align-items: center;
  
}

#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 {
  
}
}@media (max-width: 767px){#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 {
  
}
}







#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c128d002-1f9e-4e01-809f-f0bdd7baddd4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-294a7211-63d9-4f17-9e93-d276159633b1 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-294a7211-63d9-4f17-9e93-d276159633b1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-294a7211-63d9-4f17-9e93-d276159633b1 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-294a7211-63d9-4f17-9e93-d276159633b1 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-3fee81ff-9ffc-43ac-9043-8dc9adb4be1f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3fee81ff-9ffc-43ac-9043-8dc9adb4be1f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3fee81ff-9ffc-43ac-9043-8dc9adb4be1f .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3fee81ff-9ffc-43ac-9043-8dc9adb4be1f .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-dfa6c974-dc99-484c-ae41-308f6eea3318 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dfa6c974-dc99-484c-ae41-308f6eea3318 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dfa6c974-dc99-484c-ae41-308f6eea3318 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6026fa0b-1f92-4188-bc0a-52c4bc106b45 {
  text-align: center;
}




  #s-6026fa0b-1f92-4188-bc0a-52c4bc106b45 img.shogun-image {
    
    width: px;
  }


#s-6026fa0b-1f92-4188-bc0a-52c4bc106b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6583069-1940-48b2-ab6c-6a11457808ca {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6583069-1940-48b2-ab6c-6a11457808ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6583069-1940-48b2-ab6c-6a11457808ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6583069-1940-48b2-ab6c-6a11457808ca {
  
}
}@media (max-width: 767px){#s-e6583069-1940-48b2-ab6c-6a11457808ca {
  
}
}







#s-e6583069-1940-48b2-ab6c-6a11457808ca > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e6583069-1940-48b2-ab6c-6a11457808ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54a2aeab-9f6d-42c9-9270-3b8de926a512 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-54a2aeab-9f6d-42c9-9270-3b8de926a512 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-54a2aeab-9f6d-42c9-9270-3b8de926a512 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-54a2aeab-9f6d-42c9-9270-3b8de926a512 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-9218a379-ebee-47ee-a4a8-468c05e754cd {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9218a379-ebee-47ee-a4a8-468c05e754cd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9218a379-ebee-47ee-a4a8-468c05e754cd .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9218a379-ebee-47ee-a4a8-468c05e754cd .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-c89f5e7b-9766-49d0-9799-53ea47f69fd3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c89f5e7b-9766-49d0-9799-53ea47f69fd3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c89f5e7b-9766-49d0-9799-53ea47f69fd3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-25836c17-7ad7-425c-99d2-a78a53f4f184 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25836c17-7ad7-425c-99d2-a78a53f4f184"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b8bbf8b-ca3e-4e7f-96de-e82a0b886e3a {
  text-align: center;
}




  #s-1b8bbf8b-ca3e-4e7f-96de-e82a0b886e3a img.shogun-image {
    
    width: px;
  }


#s-1b8bbf8b-ca3e-4e7f-96de-e82a0b886e3a .shogun-image-content {
  
    align-items: center;
  
}

#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa {
  
}
}@media (max-width: 767px){#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa {
  
}
}







#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-fc5e288b-144a-44e8-8573-e03a6cefb0aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6b61ea80-9080-4f41-9955-f0fb652fcb61 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6b61ea80-9080-4f41-9955-f0fb652fcb61 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6b61ea80-9080-4f41-9955-f0fb652fcb61 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-6b61ea80-9080-4f41-9955-f0fb652fcb61 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-52796382-e412-4557-9ec2-ec1e597700a1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-52796382-e412-4557-9ec2-ec1e597700a1 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-52796382-e412-4557-9ec2-ec1e597700a1 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-52796382-e412-4557-9ec2-ec1e597700a1 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-2e9047fb-c12a-48c8-b052-0e05ee96f25e {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2e9047fb-c12a-48c8-b052-0e05ee96f25e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2e9047fb-c12a-48c8-b052-0e05ee96f25e .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0852f161-8b74-4905-bf14-aec808a21952 {
  text-align: center;
}




  #s-0852f161-8b74-4905-bf14-aec808a21952 img.shogun-image {
    
    width: px;
  }


#s-0852f161-8b74-4905-bf14-aec808a21952 .shogun-image-content {
  
    align-items: center;
  
}

#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c {
  
}
}@media (max-width: 767px){#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c {
  
}
}







#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1dbfd5c6-88e6-48fe-bad6-a8759b7e388c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7667153-fbfc-415e-b995-d0848b63213b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f7667153-fbfc-415e-b995-d0848b63213b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f7667153-fbfc-415e-b995-d0848b63213b .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-f7667153-fbfc-415e-b995-d0848b63213b .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-1161f7db-007c-44df-b329-4722b6534f65 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1161f7db-007c-44df-b329-4722b6534f65 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1161f7db-007c-44df-b329-4722b6534f65 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1161f7db-007c-44df-b329-4722b6534f65 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-fd4f3a5d-ea96-4961-87f0-48149ab49418 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fd4f3a5d-ea96-4961-87f0-48149ab49418 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fd4f3a5d-ea96-4961-87f0-48149ab49418 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee8180e2-ddb5-4fbe-a75b-798a91e488dd {
  text-align: center;
}




  #s-ee8180e2-ddb5-4fbe-a75b-798a91e488dd img.shogun-image {
    
    width: px;
  }


#s-ee8180e2-ddb5-4fbe-a75b-798a91e488dd .shogun-image-content {
  
    align-items: center;
  
}

#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b {
  
}
}@media (max-width: 767px){#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b {
  
}
}







#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-09d71d9d-0d7b-4a49-876f-a4f8bab7bd7b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a74bc82-2f39-4a7e-a12f-5514eb656308 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3a74bc82-2f39-4a7e-a12f-5514eb656308 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3a74bc82-2f39-4a7e-a12f-5514eb656308 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-3a74bc82-2f39-4a7e-a12f-5514eb656308 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-ec45f44b-2ca6-4670-90f2-61bbc72a4892 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ec45f44b-2ca6-4670-90f2-61bbc72a4892 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ec45f44b-2ca6-4670-90f2-61bbc72a4892 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ec45f44b-2ca6-4670-90f2-61bbc72a4892 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-bb68a4ec-5384-4b3c-a74e-4db6a3db9cd3 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bb68a4ec-5384-4b3c-a74e-4db6a3db9cd3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bb68a4ec-5384-4b3c-a74e-4db6a3db9cd3 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-918fd7be-7e1d-493f-82a9-8b9d9db40254 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-918fd7be-7e1d-493f-82a9-8b9d9db40254"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c90794a-966d-4ba7-882e-03e946d9ea5a {
  text-align: center;
}




  #s-2c90794a-966d-4ba7-882e-03e946d9ea5a img.shogun-image {
    
    width: px;
  }


#s-2c90794a-966d-4ba7-882e-03e946d9ea5a .shogun-image-content {
  
    align-items: center;
  
}

#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 {
  
}
}@media (max-width: 767px){#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 {
  
}
}







#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ef053767-2f9f-4eb3-aacf-3a933a2bc758.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bfd6b883-f275-4c78-8377-d987d363c484 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bfd6b883-f275-4c78-8377-d987d363c484 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bfd6b883-f275-4c78-8377-d987d363c484 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-bfd6b883-f275-4c78-8377-d987d363c484 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-e32cc582-54c2-40a1-a69a-457e1fae0111 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e32cc582-54c2-40a1-a69a-457e1fae0111 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e32cc582-54c2-40a1-a69a-457e1fae0111 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-e32cc582-54c2-40a1-a69a-457e1fae0111 .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-2e527350-e59a-43ea-a79d-2488d7f3fb12 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2e527350-e59a-43ea-a79d-2488d7f3fb12 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2e527350-e59a-43ea-a79d-2488d7f3fb12 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9446eca4-b8c7-4c8c-9a17-ffeddb7b6852 {
  text-align: center;
}




  #s-9446eca4-b8c7-4c8c-9a17-ffeddb7b6852 img.shogun-image {
    
    width: px;
  }


#s-9446eca4-b8c7-4c8c-9a17-ffeddb7b6852 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e549195-eee9-4e5a-8c19-288fb832c19b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 60px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e549195-eee9-4e5a-8c19-288fb832c19b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e549195-eee9-4e5a-8c19-288fb832c19b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e549195-eee9-4e5a-8c19-288fb832c19b {
  
}
}@media (max-width: 767px){#s-0e549195-eee9-4e5a-8c19-288fb832c19b {
  
}
}







#s-0e549195-eee9-4e5a-8c19-288fb832c19b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0e549195-eee9-4e5a-8c19-288fb832c19b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0675beeb-6008-432b-8c98-9469eaa78d6d {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0675beeb-6008-432b-8c98-9469eaa78d6d .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-0675beeb-6008-432b-8c98-9469eaa78d6d .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-5de5ba6b-8c21-4e70-95b8-41308468380c {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5de5ba6b-8c21-4e70-95b8-41308468380c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5de5ba6b-8c21-4e70-95b8-41308468380c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-78ad533c-7635-4fde-860f-4d1e08c2d107 {
  margin-top: 10px;
margin-left: 24px;
margin-bottom: 10px;
margin-right: 24px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-78ad533c-7635-4fde-860f-4d1e08c2d107 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a4fe7836-f1d9-4880-b608-f5fffc1f6bfd {
  text-align: center;
}




  #s-a4fe7836-f1d9-4880-b608-f5fffc1f6bfd img.shogun-image {
    
    width: px;
  }


#s-a4fe7836-f1d9-4880-b608-f5fffc1f6bfd .shogun-image-content {
  
    align-items: center;
  
}

#s-3444781d-7879-4d5e-a130-6dec70675c33 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 70px;
padding-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3444781d-7879-4d5e-a130-6dec70675c33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3444781d-7879-4d5e-a130-6dec70675c33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3444781d-7879-4d5e-a130-6dec70675c33 {
  
}
}@media (max-width: 767px){#s-3444781d-7879-4d5e-a130-6dec70675c33 {
  
}
}







#s-3444781d-7879-4d5e-a130-6dec70675c33 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3444781d-7879-4d5e-a130-6dec70675c33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e14493b-dd03-4e7b-bb7f-ce2a02b82ec7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7e14493b-dd03-4e7b-bb7f-ce2a02b82ec7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7e14493b-dd03-4e7b-bb7f-ce2a02b82ec7 .shogun-heading-component h2 {
  color: rgba(170, 128, 75, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


#s-7e14493b-dd03-4e7b-bb7f-ce2a02b82ec7 .shogun-heading-component h2 a {
  color: rgba(170, 128, 75, 1);
}


#s-1e071a67-e5d5-4b07-8403-8ca6c78e4d8c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1e071a67-e5d5-4b07-8403-8ca6c78e4d8c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1e071a67-e5d5-4b07-8403-8ca6c78e4d8c .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-1e071a67-e5d5-4b07-8403-8ca6c78e4d8c .shogun-heading-component h3 a {
  color: rgba(114, 114, 114, 1);
}


#s-e8077afe-f6a7-4a10-a2ad-e3477835b011 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e8077afe-f6a7-4a10-a2ad-e3477835b011 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e8077afe-f6a7-4a10-a2ad-e3477835b011 .shogun-heading-component h3 {
  color: rgba(114, 114, 114, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
