.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-ebb64af4-bee5-4546-aa53-2fbae02eb94c {
  text-align: center;
}




  #s-ebb64af4-bee5-4546-aa53-2fbae02eb94c img.shogun-image {
    
    width: px;
  }


#s-ebb64af4-bee5-4546-aa53-2fbae02eb94c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64689dc3-9552-4737-ba9b-b2b3d7566377"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c156dc75-a44c-479c-8d08-62cc79c4c7f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b6404404-570c-488f-9559-3b7aff394ac8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a760eae8-e956-4146-b193-d602232ada80 {
  text-align: center;
}
@media (max-width: 767px){#s-a760eae8-e956-4146-b193-d602232ada80 {
  display: none;
}
#s-a760eae8-e956-4146-b193-d602232ada80, #wrap-s-a760eae8-e956-4146-b193-d602232ada80 { display:none !important; }}



  #s-a760eae8-e956-4146-b193-d602232ada80 img.shogun-image {
    
    width: px;
  }


#s-a760eae8-e956-4146-b193-d602232ada80 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-14e78808-1d27-4f64-aa3a-fd947b1d0cf0 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-14e78808-1d27-4f64-aa3a-fd947b1d0cf0 {
  display: none;
}
#s-14e78808-1d27-4f64-aa3a-fd947b1d0cf0, #wrap-s-14e78808-1d27-4f64-aa3a-fd947b1d0cf0 { display:none !important; }}
.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-4a9c4f06-445d-4935-9ae3-433b77299cdb {
  min-height: 50px;
}








#s-4a9c4f06-445d-4935-9ae3-433b77299cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a9c4f06-445d-4935-9ae3-433b77299cdb.shg-box.shg-c {
  justify-content: center;
}

#s-42ed47bc-ed2f-4333-80c6-34893b2b263d {
  min-height: 50px;
}








#s-42ed47bc-ed2f-4333-80c6-34893b2b263d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ed47bc-ed2f-4333-80c6-34893b2b263d.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-fac16533-9801-4d34-8d1f-834c2bc59f48 {
  display: none;
}
#s-fac16533-9801-4d34-8d1f-834c2bc59f48, #wrap-s-fac16533-9801-4d34-8d1f-834c2bc59f48 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fac16533-9801-4d34-8d1f-834c2bc59f48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px){#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 {
  display: none;
}
#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49, #wrap-s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 {
  display: none;
}
#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49, #wrap-s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 {
  display: none;
}
#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49, #wrap-s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 { display:none !important; }}@media (max-width: 767px){#s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49 {
  
}
}
@media (min-width: 0px) {
[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-75d8f012-2326-4cb3-b8ad-8ee2669c9c49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-03cf6022-fc19-4cbd-b8f3-92fa2578233a {
  text-align: center;
}




  #s-03cf6022-fc19-4cbd-b8f3-92fa2578233a img.shogun-image {
    
    width: px;
  }


#s-03cf6022-fc19-4cbd-b8f3-92fa2578233a .shogun-image-content {
  
    align-items: center;
  
}

#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba {
  display: none;
}
#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba, #wrap-s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba {
  display: none;
}
#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba, #wrap-s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba {
  display: none;
}
#s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba, #wrap-s-e6e2e6ff-449d-47a7-b5d4-26d0bc416eba { display:none !important; }}
#s-d2840281-9370-47f2-9895-de9127cff7fc {
  min-height: 50px;
}








#s-d2840281-9370-47f2-9895-de9127cff7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2840281-9370-47f2-9895-de9127cff7fc.shg-box.shg-c {
  justify-content: center;
}

#s-7e07afce-8f15-41f9-a291-fe2261904917 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e07afce-8f15-41f9-a291-fe2261904917"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6e5467b5-ca22-482a-a229-8d431699d77c {
  text-align: center;
}
@media (max-width: 767px){#s-6e5467b5-ca22-482a-a229-8d431699d77c {
  display: none;
}
#s-6e5467b5-ca22-482a-a229-8d431699d77c, #wrap-s-6e5467b5-ca22-482a-a229-8d431699d77c { display:none !important; }}



  #s-6e5467b5-ca22-482a-a229-8d431699d77c img.shogun-image {
    
    width: px;
  }


#s-6e5467b5-ca22-482a-a229-8d431699d77c .shogun-image-content {
  
    align-items: center;
  
}

#s-ada28e61-eec1-44f1-a664-60e8736ca4d3 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-ada28e61-eec1-44f1-a664-60e8736ca4d3 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-ada28e61-eec1-44f1-a664-60e8736ca4d3, #wrap-s-ada28e61-eec1-44f1-a664-60e8736ca4d3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ada28e61-eec1-44f1-a664-60e8736ca4d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-85b258d4-3bcd-43a7-86a2-5c3e887f45ed {
  margin-bottom: 0px;
padding-bottom: 15px;
}

#s-209bf86a-5a28-431a-8b48-7b6a8fe3a950 .shogun-icon-wrapper {
  text-align: center;
}


#s-209bf86a-5a28-431a-8b48-7b6a8fe3a950 .shogun-icon-wrapper > .shogun-icon {

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

.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-d40a29e0-3ba3-4092-8acd-55a14084f57a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d40a29e0-3ba3-4092-8acd-55a14084f57a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-df615293-f7ff-4c20-a194-35cdfbcdb2a1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-dad72f18-2dcc-43d0-8a54-8a0779a9a7e9 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e43e6a60-d763-4018-ac45-5920da71e49d {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f {
  display: none;
}
#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f, #wrap-s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f { display:none !important; }}@media (max-width: 767px){#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f {
  display: none;
}
#s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f, #wrap-s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39c77876-aa7b-4c90-8f55-47cc4a8d2b8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed514f11-4d36-4759-a5ee-538735222607 {
  text-align: center;
}




  #s-ed514f11-4d36-4759-a5ee-538735222607 img.shogun-image {
    
    width: px;
  }


#s-ed514f11-4d36-4759-a5ee-538735222607 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}@media (max-width: 767px){#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 {
  display: none;
}
#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9, #wrap-s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 { display:none !important; }}







#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba49ff36-a399-4fe9-b3ac-e362a69618d9.shg-box.shg-c {
  justify-content: center;
}

#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 {
  text-align: center;
}
@media (max-width: 767px){#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 {
  
}
}



  #s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 img.shogun-image {
    
    width: px;
  }


#s-1cec4e15-b7f5-447e-8b14-1bdac9f60768 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  text-align: center;
}
@media (min-width: 1200px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  display: none;
}
#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926, #wrap-s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 { display:none !important; }}@media (max-width: 767px){#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 {
  
}
}



  #s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 img.shogun-image {
    
    width: px;
  }


#s-1d1ec9aa-145d-4876-b6b0-8a92c081e926 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 {
  display: none;
}
#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7, #wrap-s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 { display:none !important; }}







#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae99fdc0-4cf2-49bc-8748-80746fc585e7.shg-box.shg-c {
  justify-content: center;
}

#s-52ed55a3-5e19-45a9-8e74-23e1b7669819 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-52ed55a3-5e19-45a9-8e74-23e1b7669819 {
  display: none;
}
#s-52ed55a3-5e19-45a9-8e74-23e1b7669819, #wrap-s-52ed55a3-5e19-45a9-8e74-23e1b7669819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52ed55a3-5e19-45a9-8e74-23e1b7669819 {
  display: none;
}
#s-52ed55a3-5e19-45a9-8e74-23e1b7669819, #wrap-s-52ed55a3-5e19-45a9-8e74-23e1b7669819 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52ed55a3-5e19-45a9-8e74-23e1b7669819 {
  display: none;
}
#s-52ed55a3-5e19-45a9-8e74-23e1b7669819, #wrap-s-52ed55a3-5e19-45a9-8e74-23e1b7669819 { display:none !important; }}@media (max-width: 767px){#s-52ed55a3-5e19-45a9-8e74-23e1b7669819 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52ed55a3-5e19-45a9-8e74-23e1b7669819"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f86da448-fd77-4c1c-a527-4138c2b3b6ae {
  margin-bottom: 0px;
padding-bottom: 15px;
}

#s-88d879cc-591b-482b-809c-981539ebf702 .shogun-icon-wrapper {
  text-align: center;
}


#s-88d879cc-591b-482b-809c-981539ebf702 .shogun-icon-wrapper > .shogun-icon {

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

#s-228ee1db-96f7-45df-9074-dcebb578491d {
  min-height: 50px;
}








#s-228ee1db-96f7-45df-9074-dcebb578491d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-228ee1db-96f7-45df-9074-dcebb578491d.shg-box.shg-c {
  justify-content: center;
}

#s-93997aca-9dee-496f-9630-1c7c404a1b01 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-93997aca-9dee-496f-9630-1c7c404a1b01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d3a5acb1-e6b2-4a18-bccb-369fac48ad0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3a5acb1-e6b2-4a18-bccb-369fac48ad0e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-ceddbed5-897b-4a9b-8301-77fb01adde0f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ceddbed5-897b-4a9b-8301-77fb01adde0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5d855a25-a5fe-4647-b9dc-8aaaa8c7baae {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-3819625f-b0aa-45a9-bcb1-dee5fc2d3666 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-e3f6e941-1126-4c0e-a42b-98e000241a7d {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-971d4a71-4900-4288-99e5-32d0dbc91b48 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-12a07555-0461-4e13-9f7f-1109f2a70c33 {
  
}
}@media (max-width: 767px){#s-12a07555-0461-4e13-9f7f-1109f2a70c33 {
  display: none;
}
#s-12a07555-0461-4e13-9f7f-1109f2a70c33, #wrap-s-12a07555-0461-4e13-9f7f-1109f2a70c33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-12a07555-0461-4e13-9f7f-1109f2a70c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 {
  text-align: center;
}




  #s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 img.shogun-image {
    
    width: px;
  }


#s-c0b4325c-afcd-480d-ad8a-5746e13c4d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-34815008-ef02-4336-8cf4-38de653e072e {
  text-align: center;
}




  #s-34815008-ef02-4336-8cf4-38de653e072e img.shogun-image {
    
    width: px;
  }


#s-34815008-ef02-4336-8cf4-38de653e072e .shogun-image-content {
  
    align-items: center;
  
}

#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  text-align: center;
}
@media (min-width: 1200px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be {
  display: none;
}
#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be, #wrap-s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be { display:none !important; }}



  #s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be img.shogun-image {
    
    width: px;
  }


#s-7aeb19d9-2972-4d93-b23f-ae27bc9c03be .shogun-image-content {
  
    align-items: center;
  
}

#s-4f7157e1-490f-4574-8b8d-d1bde71b9e54 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab {
  text-align: center;
}
@media (max-width: 767px){#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab {
  display: none;
}
#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab, #wrap-s-20c0e5de-d40a-432f-959b-f7c2d23c86ab { display:none !important; }}



  #s-20c0e5de-d40a-432f-959b-f7c2d23c86ab img.shogun-image {
    
    width: px;
  }


#s-20c0e5de-d40a-432f-959b-f7c2d23c86ab .shogun-image-content {
  
    align-items: center;
  
}

#s-28cded7b-c93a-4564-96f1-b3628256de2e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-28cded7b-c93a-4564-96f1-b3628256de2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-afea4224-db87-41c1-98fd-d22a10fc5f77 {
  padding-bottom: 15px;
}

#s-34ab4e05-98e2-4c17-bd29-e7d066d0d25b .shogun-icon-wrapper {
  text-align: center;
}


#s-34ab4e05-98e2-4c17-bd29-e7d066d0d25b .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(8, 8, 8, 1);
}

#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694 {
  min-height: 50px;
}








#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8eb7b9d-db6c-4bdd-962f-30b52b492694.shg-box.shg-c {
  justify-content: center;
}

#s-cd201edd-f4bb-4425-a639-8a0d5153977d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd201edd-f4bb-4425-a639-8a0d5153977d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fa79c6df-499f-4238-9177-d56b0ab6d0b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa79c6df-499f-4238-9177-d56b0ab6d0b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-3190f2ca-5aad-401f-a599-08fa789df714 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3190f2ca-5aad-401f-a599-08fa789df714"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6463360d-c9cc-4738-800e-bd22399a0b36 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-ba554b15-210e-4945-bdd1-178359659e03 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-a5250855-2c5e-4313-94a3-b52b4d21fcc3 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-0783fa37-ddda-4721-b63d-618d5d971526 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-70b2122c-9935-46d4-ab00-b31ad01d38a6 {
  
}
}@media (max-width: 767px){#s-70b2122c-9935-46d4-ab00-b31ad01d38a6 {
  display: none;
}
#s-70b2122c-9935-46d4-ab00-b31ad01d38a6, #wrap-s-70b2122c-9935-46d4-ab00-b31ad01d38a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70b2122c-9935-46d4-ab00-b31ad01d38a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c53e6858-bfa4-484b-8a53-df72893473d9 {
  text-align: center;
}




  #s-c53e6858-bfa4-484b-8a53-df72893473d9 img.shogun-image {
    
    width: px;
  }


#s-c53e6858-bfa4-484b-8a53-df72893473d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-185f1df9-b07a-4ed1-8646-5d197de4342e {
  text-align: center;
}




  #s-185f1df9-b07a-4ed1-8646-5d197de4342e img.shogun-image {
    
    width: px;
  }


#s-185f1df9-b07a-4ed1-8646-5d197de4342e .shogun-image-content {
  
    align-items: center;
  
}

#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  text-align: center;
}
@media (min-width: 1200px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b10534cd-a92e-4829-9da8-4ab95aa22892 {
  display: none;
}
#s-b10534cd-a92e-4829-9da8-4ab95aa22892, #wrap-s-b10534cd-a92e-4829-9da8-4ab95aa22892 { display:none !important; }}



  #s-b10534cd-a92e-4829-9da8-4ab95aa22892 img.shogun-image {
    
    width: px;
  }


#s-b10534cd-a92e-4829-9da8-4ab95aa22892 .shogun-image-content {
  
    align-items: center;
  
}

#s-d77bef9a-f425-41c8-ba36-1ec3308e15a7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 {
  text-align: center;
}
@media (max-width: 767px){#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 {
  display: none;
}
#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34, #wrap-s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 { display:none !important; }}



  #s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 img.shogun-image {
    
    width: px;
  }


#s-d8921255-780c-4f2e-ac3f-d8f0a2dcca34 .shogun-image-content {
  
    align-items: center;
  
}

#s-e61716d1-0c63-4a8d-93ad-fb239b21e79f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e61716d1-0c63-4a8d-93ad-fb239b21e79f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ca1d0e81-83b7-4c48-b974-e6b495ffb77b {
  padding-bottom: 15px;
}

#s-98a94c99-1b8a-4627-9131-44a0b7810ef9 .shogun-icon-wrapper {
  text-align: center;
}


#s-98a94c99-1b8a-4627-9131-44a0b7810ef9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-6d09ef31-67aa-4803-b06e-3418e063e2d2 {
  min-height: 50px;
}








#s-6d09ef31-67aa-4803-b06e-3418e063e2d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d09ef31-67aa-4803-b06e-3418e063e2d2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-01c102a6-081c-439e-80de-c90d51bc654e"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c {
  text-align: center;
}
@media (max-width: 767px){#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c {
  display: none;
}
#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c, #wrap-s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c { display:none !important; }}



  #s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c img.shogun-image {
    
    width: px;
  }


#s-8dfdb997-62c5-46af-9d0d-d7f6141eaf6c .shogun-image-content {
  
    align-items: center;
  
}

#s-63a6278c-35c3-4f97-b31c-e82975a30442 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-63a6278c-35c3-4f97-b31c-e82975a30442 {
  display: none;
}
#s-63a6278c-35c3-4f97-b31c-e82975a30442, #wrap-s-63a6278c-35c3-4f97-b31c-e82975a30442 { display:none !important; }}
@media (min-width: 0px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-63a6278c-35c3-4f97-b31c-e82975a30442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-76521a81-1d8e-4242-a33e-09abca8928f7 {
  padding-bottom: 15px;
}

#s-a01f1cef-6da4-4371-a1f3-8fed1d47fa01 .shogun-icon-wrapper {
  text-align: center;
}


#s-a01f1cef-6da4-4371-a1f3-8fed1d47fa01 .shogun-icon-wrapper > .shogun-icon {

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

#s-21eb4f66-7662-4a2f-891c-a067dc006adf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21eb4f66-7662-4a2f-891c-a067dc006adf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf2f4c78-fb01-40c2-a5ce-3899e16bf445"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-395964fc-9b46-470b-9f34-cc5cbd040dcf {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-8594b732-15ea-4a09-8975-c73d0afe4025 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-496ec588-835e-42f8-a042-f1cc7904fba5 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-79a57c74-12db-4bfc-903c-5cb4ee916fc8 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a748427-faa0-48cd-9f9c-28a5ba4bb4eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  
}
}@media (max-width: 767px){#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 {
  display: none;
}
#s-71a691ae-3f6a-41f3-96a9-bc651b63f877, #wrap-s-71a691ae-3f6a-41f3-96a9-bc651b63f877 { display:none !important; }}



  #s-71a691ae-3f6a-41f3-96a9-bc651b63f877 img.shogun-image {
    
    width: px;
  }


#s-71a691ae-3f6a-41f3-96a9-bc651b63f877 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  text-align: center;
}
@media (min-width: 1200px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  display: none;
}
#s-a3655571-cba8-4d08-b872-3f3a8c386b4c, #wrap-s-a3655571-cba8-4d08-b872-3f3a8c386b4c { display:none !important; }}@media (max-width: 767px){#s-a3655571-cba8-4d08-b872-3f3a8c386b4c {
  
}
}



  #s-a3655571-cba8-4d08-b872-3f3a8c386b4c img.shogun-image {
    
    width: px;
  }


#s-a3655571-cba8-4d08-b872-3f3a8c386b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-c1c07e3c-58f8-4e06-b8d2-e4487eb9493f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  
}
}@media (max-width: 767px){#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 {
  display: none;
}
#s-eb0a14f8-8164-422f-924d-fb34b9df9b13, #wrap-s-eb0a14f8-8164-422f-924d-fb34b9df9b13 { display:none !important; }}



  #s-eb0a14f8-8164-422f-924d-fb34b9df9b13 img.shogun-image {
    
    width: px;
  }


#s-eb0a14f8-8164-422f-924d-fb34b9df9b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-b117616c-9948-4e9e-bbee-1894ec479b43 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7c10abf-5103-4a46-af1d-49112997b3cd {
  display: none;
}
#s-b7c10abf-5103-4a46-af1d-49112997b3cd, #wrap-s-b7c10abf-5103-4a46-af1d-49112997b3cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c10abf-5103-4a46-af1d-49112997b3cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f3564d75-2f33-4b71-b035-9591a7c7f3f1 {
  padding-bottom: 15px;
}

#s-fc7b4bfb-f6b4-4e22-b177-fd9e5f781733 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc7b4bfb-f6b4-4e22-b177-fd9e5f781733 .shogun-icon-wrapper > .shogun-icon {

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

#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2 {
  min-height: 50px;
}








#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ceac85a-fdb4-4380-8e63-9d044d9c82a2.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-164fe134-a966-496d-ad73-f4677cf004df {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-nav-button.shg-sld-left,
#s-164fe134-a966-496d-ad73-f4677cf004df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-4d65e124-e63c-4420-a58a-926148a904f2"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-4902609d-f31d-48a6-b878-6d50710d2545 {
  text-align: center;
}
@media (max-width: 767px){#s-4902609d-f31d-48a6-b878-6d50710d2545 {
  display: none;
}
#s-4902609d-f31d-48a6-b878-6d50710d2545, #wrap-s-4902609d-f31d-48a6-b878-6d50710d2545 { display:none !important; }}



  #s-4902609d-f31d-48a6-b878-6d50710d2545 img.shogun-image {
    
    width: px;
  }


#s-4902609d-f31d-48a6-b878-6d50710d2545 .shogun-image-content {
  
    align-items: center;
  
}

#s-315d9bda-a8f4-4a5b-bebe-95f89323697b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-315d9bda-a8f4-4a5b-bebe-95f89323697b {
  display: none;
}
#s-315d9bda-a8f4-4a5b-bebe-95f89323697b, #wrap-s-315d9bda-a8f4-4a5b-bebe-95f89323697b { display:none !important; }}
@media (min-width: 0px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-315d9bda-a8f4-4a5b-bebe-95f89323697b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-67c4ab21-d6f0-4a7e-9846-1909b2debcb7 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb98701-2da6-4971-833d-88dc408d7b3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56dbf337-d4d9-4950-a20b-ea489bf3df60 .shogun-icon-wrapper {
  text-align: right;
}


#s-56dbf337-d4d9-4950-a20b-ea489bf3df60 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(250, 237, 231, 1);
}

#s-69942666-61fa-4f86-9e5a-c2d4bd71ca4d .shogun-icon-wrapper {
  text-align: left;
}


#s-69942666-61fa-4f86-9e5a-c2d4bd71ca4d .shogun-icon-wrapper > .shogun-icon {

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

#s-5b4b4106-e3d2-4ebb-9839-4be22cc56a57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b4b4106-e3d2-4ebb-9839-4be22cc56a57 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}@media (max-width: 767px){#s-a86ca1db-b99a-41db-88a3-9e07124048e7 {
  display: none;
}
#s-a86ca1db-b99a-41db-88a3-9e07124048e7, #wrap-s-a86ca1db-b99a-41db-88a3-9e07124048e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a86ca1db-b99a-41db-88a3-9e07124048e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6470ec53-e15b-4805-9dcd-39a6cd0f5602 {
  padding-bottom: 15px;
}

#s-33df8ac4-ceb9-4d8b-bb26-c98fbe164c81 .shogun-icon-wrapper {
  text-align: center;
}


#s-33df8ac4-ceb9-4d8b-bb26-c98fbe164c81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

#s-f4788301-0f49-4107-8e4a-76aeed1aa4c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4788301-0f49-4107-8e4a-76aeed1aa4c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d06eb20f-a757-4590-aa1d-e838375978db {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-3b2ed624-98fb-4d5d-8d76-fb9657b5723c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c9439ed-df24-42c6-920a-0a0d002d274f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  
}
}@media (max-width: 767px){#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 {
  
}
}



  #s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 img.shogun-image {
    
    width: px;
  }


#s-51c6cac8-9c80-40f1-91f0-5e720d96dbc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d4879c-944f-47c9-aba6-7a1792a9af24 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  
}
}@media (max-width: 767px){#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 {
  display: none;
}
#s-7907cbee-df89-4531-8b50-839bb8ffe3b3, #wrap-s-7907cbee-df89-4531-8b50-839bb8ffe3b3 { display:none !important; }}



  #s-7907cbee-df89-4531-8b50-839bb8ffe3b3 img.shogun-image {
    
    width: px;
  }


#s-7907cbee-df89-4531-8b50-839bb8ffe3b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-92fe022f-722c-4e4a-beff-8b645d970adb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c9ce5e03-0da6-4e32-b19c-264f1e0e02f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-20a30e2f-016f-4663-86fd-e491beaabc15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20a30e2f-016f-4663-86fd-e491beaabc15 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-89525f5d-a9a4-40e1-b549-68862848d272 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-89525f5d-a9a4-40e1-b549-68862848d272"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2b967893-b1a7-4754-ae89-fc1c13d36da3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-8c499e76-d689-46b6-b1d1-feed79f3bb33 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-166a20e0-d352-48ce-be0c-1f82b20ca00d {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-19c49a1f-4faf-4ddf-b849-5c5264573946 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e {
  
}
}@media (max-width: 767px){#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e {
  display: none;
}
#s-e3aa2cf5-79a5-43d8-85d8-186201efa58e, #wrap-s-e3aa2cf5-79a5-43d8-85d8-186201efa58e { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3aa2cf5-79a5-43d8-85d8-186201efa58e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-de01e327-b20b-4718-89e4-d94d81e3ffc9 {
  text-align: center;
}




  #s-de01e327-b20b-4718-89e4-d94d81e3ffc9 img.shogun-image {
    
    width: px;
  }


#s-de01e327-b20b-4718-89e4-d94d81e3ffc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-93a020b2-0347-417f-a2aa-130728fef634 {
  text-align: center;
}




  #s-93a020b2-0347-417f-a2aa-130728fef634 img.shogun-image {
    
    width: px;
  }


#s-93a020b2-0347-417f-a2aa-130728fef634 .shogun-image-content {
  
    align-items: center;
  
}

#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  text-align: center;
}
@media (min-width: 1200px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6846c1d9-49c0-453f-a535-dd29ee32e451 {
  display: none;
}
#s-6846c1d9-49c0-453f-a535-dd29ee32e451, #wrap-s-6846c1d9-49c0-453f-a535-dd29ee32e451 { display:none !important; }}



  #s-6846c1d9-49c0-453f-a535-dd29ee32e451 img.shogun-image {
    
    width: px;
  }


#s-6846c1d9-49c0-453f-a535-dd29ee32e451 .shogun-image-content {
  
    align-items: center;
  
}

#s-59018f02-c4f8-4874-84ea-807a1def871e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59018f02-c4f8-4874-84ea-807a1def871e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ea510495-ac97-46d3-9058-7fe69185a90f {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85b29737-570b-4d77-b260-98ed07cd356d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ef7fd04f-6629-49cf-bfe1-48ddf7313460 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef7fd04f-6629-49cf-bfe1-48ddf7313460 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(250, 237, 231, 1);
}

#s-a7816e41-676e-488d-a30d-2e14ba5f54b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7816e41-676e-488d-a30d-2e14ba5f54b4 .shogun-icon-wrapper > .shogun-icon {

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

#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 {
  text-align: center;
}
@media (max-width: 767px){#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 {
  display: none;
}
#s-b786ee13-30c3-47c1-a4ed-f69d333ea938, #wrap-s-b786ee13-30c3-47c1-a4ed-f69d333ea938 { display:none !important; }}



  #s-b786ee13-30c3-47c1-a4ed-f69d333ea938 img.shogun-image {
    
    width: px;
  }


#s-b786ee13-30c3-47c1-a4ed-f69d333ea938 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5 {
  min-height: 50px;
}








#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e82317c-70bc-453c-bc2a-bd5e2f62d2d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-9f647b64-db86-48a7-bce7-9bf0a584c5c7"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 {
  text-align: center;
}
@media (max-width: 767px){#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 {
  display: none;
}
#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3, #wrap-s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 { display:none !important; }}



  #s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 img.shogun-image {
    
    width: px;
  }


#s-e69abb96-a9b3-4594-9caa-aeabe7cd8ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fa332af-6284-43c0-ad7e-904863f4fd23 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-4fa332af-6284-43c0-ad7e-904863f4fd23 {
  display: none;
}
#s-4fa332af-6284-43c0-ad7e-904863f4fd23, #wrap-s-4fa332af-6284-43c0-ad7e-904863f4fd23 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4fa332af-6284-43c0-ad7e-904863f4fd23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3343ef52-f65e-444b-94fc-5d8916dc3f11 {
  padding-bottom: 15px;
}

#s-b4417104-8e14-40f4-84c8-5fda1d7c3369 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4417104-8e14-40f4-84c8-5fda1d7c3369 .shogun-icon-wrapper > .shogun-icon {

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

#s-35ceea87-bab6-4820-94d3-26650680b1f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ceea87-bab6-4820-94d3-26650680b1f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ea9ad582-fdfd-40ae-aedf-71bcca5cb74b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f7b74c85-11ec-4909-b631-f17de42454ec {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-efc265ea-bf4e-4d29-9b2b-ad40f10e8724 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-418abf86-e560-41d7-af8f-e88cb5a174ef {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2d28b2f4-e847-4e4e-a114-63846040cd07 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48e1c89a-541b-4d0a-a936-146bdd2b9c0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  
}
}@media (max-width: 767px){#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 {
  display: none;
}
#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59, #wrap-s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 { display:none !important; }}



  #s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 img.shogun-image {
    
    width: px;
  }


#s-6cb9066e-11f1-4e69-9c2c-a8ef4a77ba59 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  text-align: center;
}
@media (min-width: 1200px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  display: none;
}
#s-ea295571-f092-4cce-9fc3-8fba669b37ac, #wrap-s-ea295571-f092-4cce-9fc3-8fba669b37ac { display:none !important; }}@media (max-width: 767px){#s-ea295571-f092-4cce-9fc3-8fba669b37ac {
  
}
}



  #s-ea295571-f092-4cce-9fc3-8fba669b37ac img.shogun-image {
    
    width: px;
  }


#s-ea295571-f092-4cce-9fc3-8fba669b37ac .shogun-image-content {
  
    align-items: center;
  
}

#s-c81cc6f7-edcd-4bb6-bd7e-df8790163859 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  
}
}@media (max-width: 767px){#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd {
  display: none;
}
#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd, #wrap-s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd { display:none !important; }}



  #s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd img.shogun-image {
    
    width: px;
  }


#s-e5002d20-f8be-47a6-a33b-7eb955ee8ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-f7fe3ec8-dace-4379-8805-ed61795b8967 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3308ffb-a7b7-40da-a965-15b84de5c611 {
  display: none;
}
#s-c3308ffb-a7b7-40da-a965-15b84de5c611, #wrap-s-c3308ffb-a7b7-40da-a965-15b84de5c611 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3308ffb-a7b7-40da-a965-15b84de5c611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-edd71fa6-7265-45da-b016-2b10b9b3dbf3 {
  padding-bottom: 15px;
}

#s-3a211116-6473-47a3-bf3d-80ba60b6ffbe .shogun-icon-wrapper {
  text-align: center;
}


#s-3a211116-6473-47a3-bf3d-80ba60b6ffbe .shogun-icon-wrapper > .shogun-icon {

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

#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707 {
  min-height: 50px;
}








#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b51d60-2c4b-4ce5-b05f-75f417ec7707.shg-box.shg-c {
  justify-content: center;
}

#s-3ba33fe8-23c2-446d-85e8-eff93050b5ce {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba33fe8-23c2-446d-85e8-eff93050b5ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-74e3f817-a043-4d7f-ba67-3463cf82f964 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e3f817-a043-4d7f-ba67-3463cf82f964 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-3992a974-bf15-4692-a8f3-ad4126ea9f72 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3992a974-bf15-4692-a8f3-ad4126ea9f72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1670d84a-a9dc-49e3-b7c8-e675b5a052a0 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-f80499e5-3cfe-42e6-8ead-d26c8cb4f40c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-96d00305-c160-4979-9e7d-042336eb4d77 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3fd153c1-2aba-49c1-999c-6c11c846ba93 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 1200px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  
}
}@media (max-width: 767px){#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 {
  display: none;
}
#s-bb4263b5-c51d-4199-8542-4cf394a6dfb2, #wrap-s-bb4263b5-c51d-4199-8542-4cf394a6dfb2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb4263b5-c51d-4199-8542-4cf394a6dfb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93fd1e37-d78d-4902-8aa1-268111e339fd {
  text-align: center;
}




  #s-93fd1e37-d78d-4902-8aa1-268111e339fd img.shogun-image {
    
    width: px;
  }


#s-93fd1e37-d78d-4902-8aa1-268111e339fd .shogun-image-content {
  
    align-items: center;
  
}

#s-12616ecc-936a-46cd-af92-d984e5890b90 {
  text-align: center;
}




  #s-12616ecc-936a-46cd-af92-d984e5890b90 img.shogun-image {
    
    width: px;
  }


#s-12616ecc-936a-46cd-af92-d984e5890b90 .shogun-image-content {
  
    align-items: center;
  
}

#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  text-align: center;
}
@media (min-width: 1200px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e15ee79c-4541-4355-8917-b8ea0a236b7e {
  display: none;
}
#s-e15ee79c-4541-4355-8917-b8ea0a236b7e, #wrap-s-e15ee79c-4541-4355-8917-b8ea0a236b7e { display:none !important; }}



  #s-e15ee79c-4541-4355-8917-b8ea0a236b7e img.shogun-image {
    
    width: px;
  }


#s-e15ee79c-4541-4355-8917-b8ea0a236b7e .shogun-image-content {
  
    align-items: center;
  
}

#s-e6810685-d163-4ba7-92c5-51bb3bc2c47f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3fcab099-2b09-4e65-9537-42a2bf440401 {
  text-align: center;
}
@media (max-width: 767px){#s-3fcab099-2b09-4e65-9537-42a2bf440401 {
  display: none;
}
#s-3fcab099-2b09-4e65-9537-42a2bf440401, #wrap-s-3fcab099-2b09-4e65-9537-42a2bf440401 { display:none !important; }}



  #s-3fcab099-2b09-4e65-9537-42a2bf440401 img.shogun-image {
    
    width: px;
  }


#s-3fcab099-2b09-4e65-9537-42a2bf440401 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1fade68-9c62-4842-b15f-0213924651f6 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a1fade68-9c62-4842-b15f-0213924651f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-80f2c381-38a0-4574-9c3d-73c814149f9f {
  padding-bottom: 15px;
}

#s-dbdb7b3e-2ce8-47e9-8507-a348733e09d2 .shogun-icon-wrapper {
  text-align: center;
}


#s-dbdb7b3e-2ce8-47e9-8507-a348733e09d2 .shogun-icon-wrapper > .shogun-icon {

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

#s-8a123dc0-ac7a-4605-ace6-da977e20778d {
  min-height: 50px;
}








#s-8a123dc0-ac7a-4605-ace6-da977e20778d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a123dc0-ac7a-4605-ace6-da977e20778d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e9c9989-39de-4892-a305-7938c7260f5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3a1911ef-c278-4d4b-b793-f277806d0d3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a1911ef-c278-4d4b-b793-f277806d0d3b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-9c606133-b323-4b9d-90c0-e91b2710a5b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c606133-b323-4b9d-90c0-e91b2710a5b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-506af098-6ba6-4e01-80f5-1c300eb808c8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-11ccfc10-8f8d-4df6-9593-6c679b942334 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-61106858-5471-4f8c-bf49-f9069d0ca211 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4d4427c7-abe0-42b4-8d57-dd6658271b09 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-018bbfa3-5b64-4559-9d87-2fb5914316f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-018bbfa3-5b64-4559-9d87-2fb5914316f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  display: none;
}
#s-d03716c4-ec94-4998-94d8-669f4dc678b9, #wrap-s-d03716c4-ec94-4998-94d8-669f4dc678b9 { display:none !important; }}@media (max-width: 767px){#s-d03716c4-ec94-4998-94d8-669f4dc678b9 {
  display: none;
}
#s-d03716c4-ec94-4998-94d8-669f4dc678b9, #wrap-s-d03716c4-ec94-4998-94d8-669f4dc678b9 { display:none !important; }}



  #s-d03716c4-ec94-4998-94d8-669f4dc678b9 img.shogun-image {
    
    width: px;
  }


#s-d03716c4-ec94-4998-94d8-669f4dc678b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6f9aaf8-c10c-4806-9e83-6647f7d9e181 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  display: none;
}
#s-16236c11-0f14-4417-ae5b-daab19fc4927, #wrap-s-16236c11-0f14-4417-ae5b-daab19fc4927 { display:none !important; }}@media (max-width: 767px){#s-16236c11-0f14-4417-ae5b-daab19fc4927 {
  display: none;
}
#s-16236c11-0f14-4417-ae5b-daab19fc4927, #wrap-s-16236c11-0f14-4417-ae5b-daab19fc4927 { display:none !important; }}



  #s-16236c11-0f14-4417-ae5b-daab19fc4927 img.shogun-image {
    
    width: px;
  }


#s-16236c11-0f14-4417-ae5b-daab19fc4927 .shogun-image-content {
  
    align-items: center;
  
}

#s-21b34dcb-831a-425d-bb5f-7b17a58c29fc {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-46f025bd-2561-4a89-8629-42483f2889c4 {
  text-align: center;
}




  #s-46f025bd-2561-4a89-8629-42483f2889c4 img.shogun-image {
    
    width: px;
  }


#s-46f025bd-2561-4a89-8629-42483f2889c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0044644-4ed2-4497-bb71-da3960e57e87 {
  display: none;
}
#s-e0044644-4ed2-4497-bb71-da3960e57e87, #wrap-s-e0044644-4ed2-4497-bb71-da3960e57e87 { display:none !important; }}







#s-e0044644-4ed2-4497-bb71-da3960e57e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0044644-4ed2-4497-bb71-da3960e57e87.shg-box.shg-c {
  justify-content: center;
}

#s-403fc367-6f91-49ff-bc96-81a61358f800 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-403fc367-6f91-49ff-bc96-81a61358f800 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-403fc367-6f91-49ff-bc96-81a61358f800"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd4cbafe-ce87-479e-a288-96b956c1752e {
  margin-bottom: 0px;
padding-bottom: 15px;
}

#s-998d753f-c517-425a-8878-0f1bf6ff0995 .shogun-icon-wrapper {
  text-align: center;
}


#s-998d753f-c517-425a-8878-0f1bf6ff0995 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(247, 232, 232, 1);
}

#s-04309eff-d675-49b7-85d1-abfd2091c5f4 {
  min-height: 50px;
}








#s-04309eff-d675-49b7-85d1-abfd2091c5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04309eff-d675-49b7-85d1-abfd2091c5f4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-18e44b47-b950-4d33-91fc-b89c4bdfa6d8"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-6466a84c-b728-422c-a063-f312e1baf27c {
  text-align: center;
}
@media (max-width: 767px){#s-6466a84c-b728-422c-a063-f312e1baf27c {
  display: none;
}
#s-6466a84c-b728-422c-a063-f312e1baf27c, #wrap-s-6466a84c-b728-422c-a063-f312e1baf27c { display:none !important; }}



  #s-6466a84c-b728-422c-a063-f312e1baf27c img.shogun-image {
    
    width: px;
  }


#s-6466a84c-b728-422c-a063-f312e1baf27c .shogun-image-content {
  
    align-items: center;
  
}

#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab {
  display: none;
}
#s-48dd1cc4-12a9-4dd6-890f-e37494a86eab, #wrap-s-48dd1cc4-12a9-4dd6-890f-e37494a86eab { display:none !important; }}
@media (min-width: 0px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-48dd1cc4-12a9-4dd6-890f-e37494a86eab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3ad8f2c3-99af-410e-99a6-0106e50fdeb9 {
  padding-bottom: 15px;
}

#s-c8e6cbb4-3353-4f5b-8c8e-7e1943f1f7f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8e6cbb4-3353-4f5b-8c8e-7e1943f1f7f9 .shogun-icon-wrapper > .shogun-icon {

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

#s-f9050ea5-905b-4bdf-9205-68a44ff917dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9050ea5-905b-4bdf-9205-68a44ff917dc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-3f69cd94-a35e-460c-b157-2e6a03dbf08b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3f69cd94-a35e-460c-b157-2e6a03dbf08b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5e5ef4d4-3fa9-4ab3-aa98-c1588c74a7eb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-1304ed07-d0ec-4431-9fb5-25ec89ff0e27 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-ffd0d64b-a76d-42f8-bfc2-0726a6c61ce5 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2abbf276-6009-4801-b305-83959ff68b51 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4efc4fff-ad96-4da2-8b92-ef3794b89160"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  
}
}@media (max-width: 767px){#s-04988a9a-7252-44eb-9f21-c9508e7664dc {
  display: none;
}
#s-04988a9a-7252-44eb-9f21-c9508e7664dc, #wrap-s-04988a9a-7252-44eb-9f21-c9508e7664dc { display:none !important; }}



  #s-04988a9a-7252-44eb-9f21-c9508e7664dc img.shogun-image {
    
    width: px;
  }


#s-04988a9a-7252-44eb-9f21-c9508e7664dc .shogun-image-content {
  
    align-items: center;
  
}

#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  text-align: center;
}
@media (min-width: 1200px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  display: none;
}
#s-671fe101-1e7c-454b-869c-e03b6e54215c, #wrap-s-671fe101-1e7c-454b-869c-e03b6e54215c { display:none !important; }}@media (max-width: 767px){#s-671fe101-1e7c-454b-869c-e03b6e54215c {
  
}
}



  #s-671fe101-1e7c-454b-869c-e03b6e54215c img.shogun-image {
    
    width: px;
  }


#s-671fe101-1e7c-454b-869c-e03b6e54215c .shogun-image-content {
  
    align-items: center;
  
}

#s-14c2388e-bc47-4d68-9e8b-a7c42d021edb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  
}
}@media (max-width: 767px){#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 {
  display: none;
}
#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2, #wrap-s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 { display:none !important; }}



  #s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 img.shogun-image {
    
    width: px;
  }


#s-90fbfc93-f2c2-47af-8a3e-9a8019187ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5fe990c-e492-462f-9047-b620319b18b2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c6937ad-7062-4d10-832d-1301a131f2d4 {
  display: none;
}
#s-9c6937ad-7062-4d10-832d-1301a131f2d4, #wrap-s-9c6937ad-7062-4d10-832d-1301a131f2d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c6937ad-7062-4d10-832d-1301a131f2d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ebb12921-ed22-473f-9d07-501ea45fd0b6 {
  padding-bottom: 15px;
}

#s-d2b5766c-f62f-4e3c-b07f-c31a8b22178f .shogun-icon-wrapper {
  text-align: center;
}


#s-d2b5766c-f62f-4e3c-b07f-c31a8b22178f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(5, 5, 5, 1);
}

#s-1f870087-9558-46a4-a1b6-5f405c53cb2c {
  min-height: 50px;
}








#s-1f870087-9558-46a4-a1b6-5f405c53cb2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f870087-9558-46a4-a1b6-5f405c53cb2c.shg-box.shg-c {
  justify-content: center;
}

#s-b5215514-5573-4fa9-af2c-c237c14acee7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b5215514-5573-4fa9-af2c-c237c14acee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-21a4d4cb-229e-424f-a5ce-386363e93b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a4d4cb-229e-424f-a5ce-386363e93b6d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ca8d85-606f-4f82-bcc9-7cf478c8bc66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6f2f242b-8941-473c-b9be-118df3cba96b {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-bc70e8f3-61a4-479c-aae4-99b6f8ccb83a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-a01ce6e2-c9b7-401f-86a3-ac2ad9de57e4 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9af9748f-0672-4dc0-8780-8347b329d423 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 {
  
}
}@media (max-width: 767px){#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 {
  display: none;
}
#s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58, #wrap-s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0d07647-d9e0-46cd-bcf4-e678c8dcdd58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 {
  text-align: center;
}




  #s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 img.shogun-image {
    
    width: px;
  }


#s-1ee4b42e-ef7c-4d6e-94ae-2be13ed149e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc3d17ac-82aa-4208-b341-cc0ad750e31e {
  text-align: center;
}




  #s-fc3d17ac-82aa-4208-b341-cc0ad750e31e img.shogun-image {
    
    width: px;
  }


#s-fc3d17ac-82aa-4208-b341-cc0ad750e31e .shogun-image-content {
  
    align-items: center;
  
}

#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  text-align: center;
}
@media (min-width: 1200px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e {
  display: none;
}
#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e, #wrap-s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e { display:none !important; }}



  #s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e img.shogun-image {
    
    width: px;
  }


#s-f64567e2-7ae4-4f9a-a791-5b11e0a5908e .shogun-image-content {
  
    align-items: center;
  
}

#s-d52a32e4-0dd9-405c-a17b-2de1da23fbc4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f {
  text-align: center;
}
@media (max-width: 767px){#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f {
  display: none;
}
#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f, #wrap-s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f { display:none !important; }}



  #s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f img.shogun-image {
    
    width: px;
  }


#s-40d342c1-ad2f-415e-8ba6-0e837d1fe39f .shogun-image-content {
  
    align-items: center;
  
}

#s-14688100-2a97-46fd-a55c-7ee4083745fa {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-14688100-2a97-46fd-a55c-7ee4083745fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-17f417a1-8d3a-45c6-a80f-c0a4a466d86a {
  padding-bottom: 15px;
}

#s-205e20a8-7811-4ecf-86a5-f97d88dec6df .shogun-icon-wrapper {
  text-align: center;
}


#s-205e20a8-7811-4ecf-86a5-f97d88dec6df .shogun-icon-wrapper > .shogun-icon {

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

#s-d189c625-1e64-42d3-a774-545202da9c76 {
  min-height: 50px;
}








#s-d189c625-1e64-42d3-a774-545202da9c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d189c625-1e64-42d3-a774-545202da9c76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-7527206c-a549-4748-b358-935843a17183"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-300b5177-64eb-4e13-a313-9dbdf5729fae {
  text-align: center;
}
@media (max-width: 767px){#s-300b5177-64eb-4e13-a313-9dbdf5729fae {
  display: none;
}
#s-300b5177-64eb-4e13-a313-9dbdf5729fae, #wrap-s-300b5177-64eb-4e13-a313-9dbdf5729fae { display:none !important; }}



  #s-300b5177-64eb-4e13-a313-9dbdf5729fae img.shogun-image {
    
    width: px;
  }


#s-300b5177-64eb-4e13-a313-9dbdf5729fae .shogun-image-content {
  
    align-items: center;
  
}

#s-848a4f42-d76c-4935-9238-213406fae7d8 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-848a4f42-d76c-4935-9238-213406fae7d8 {
  display: none;
}
#s-848a4f42-d76c-4935-9238-213406fae7d8, #wrap-s-848a4f42-d76c-4935-9238-213406fae7d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-848a4f42-d76c-4935-9238-213406fae7d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fdb596ff-03a1-4589-b725-da2b85e2827c {
  padding-bottom: 15px;
}

#s-4f7ec72f-6de8-4026-ac76-55c9104cbc37 .shogun-icon-wrapper {
  text-align: center;
}


#s-4f7ec72f-6de8-4026-ac76-55c9104cbc37 .shogun-icon-wrapper > .shogun-icon {

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

#s-6ccaf680-51a6-455e-b581-da6212eeb628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ccaf680-51a6-455e-b581-da6212eeb628 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f8c14d1c-353d-4264-bbfd-c7f4b5e32342"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-178fa8fc-1d4d-4894-b7c2-d27a5ed927d2 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-243ca08b-6cdb-43f2-844f-695ce9c0ea64 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-e77ce8dc-f8a3-4ead-a8ec-616e0011f6f4 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-b3748d9e-00fd-48a1-8c31-9e52d2ec48eb {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20fcc7d3-a646-4c2f-8f86-d5b085558b6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f8232aa0-4664-425c-bcf8-838659e08997 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8232aa0-4664-425c-bcf8-838659e08997 {
  
}
}@media (max-width: 767px){#s-f8232aa0-4664-425c-bcf8-838659e08997 {
  display: none;
}
#s-f8232aa0-4664-425c-bcf8-838659e08997, #wrap-s-f8232aa0-4664-425c-bcf8-838659e08997 { display:none !important; }}



  #s-f8232aa0-4664-425c-bcf8-838659e08997 img.shogun-image {
    
    width: px;
  }


#s-f8232aa0-4664-425c-bcf8-838659e08997 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e7b1c75-b573-4738-8070-78ee822525c3 {
  text-align: center;
}
@media (min-width: 1200px){#s-6e7b1c75-b573-4738-8070-78ee822525c3 {
  display: none;
}
#s-6e7b1c75-b573-4738-8070-78ee822525c3, #wrap-s-6e7b1c75-b573-4738-8070-78ee822525c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e7b1c75-b573-4738-8070-78ee822525c3 {
  display: none;
}
#s-6e7b1c75-b573-4738-8070-78ee822525c3, #wrap-s-6e7b1c75-b573-4738-8070-78ee822525c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e7b1c75-b573-4738-8070-78ee822525c3 {
  display: none;
}
#s-6e7b1c75-b573-4738-8070-78ee822525c3, #wrap-s-6e7b1c75-b573-4738-8070-78ee822525c3 { display:none !important; }}@media (max-width: 767px){#s-6e7b1c75-b573-4738-8070-78ee822525c3 {
  
}
}



  #s-6e7b1c75-b573-4738-8070-78ee822525c3 img.shogun-image {
    
    width: px;
  }


#s-6e7b1c75-b573-4738-8070-78ee822525c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-884cd0df-f04e-4bb9-bc26-94f35483e1e9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4eab9d63-33b2-44c8-ab34-1d3541f278db {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4eab9d63-33b2-44c8-ab34-1d3541f278db {
  
}
}@media (max-width: 767px){#s-4eab9d63-33b2-44c8-ab34-1d3541f278db {
  display: none;
}
#s-4eab9d63-33b2-44c8-ab34-1d3541f278db, #wrap-s-4eab9d63-33b2-44c8-ab34-1d3541f278db { display:none !important; }}



  #s-4eab9d63-33b2-44c8-ab34-1d3541f278db img.shogun-image {
    
    width: px;
  }


#s-4eab9d63-33b2-44c8-ab34-1d3541f278db .shogun-image-content {
  
    align-items: center;
  
}

#s-ec3afd51-0aea-4c83-8013-0ebc897726e7 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f479f463-7c42-4953-b748-42e0e53dff82 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f479f463-7c42-4953-b748-42e0e53dff82 {
  display: none;
}
#s-f479f463-7c42-4953-b748-42e0e53dff82, #wrap-s-f479f463-7c42-4953-b748-42e0e53dff82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f479f463-7c42-4953-b748-42e0e53dff82 {
  display: none;
}
#s-f479f463-7c42-4953-b748-42e0e53dff82, #wrap-s-f479f463-7c42-4953-b748-42e0e53dff82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f479f463-7c42-4953-b748-42e0e53dff82 {
  display: none;
}
#s-f479f463-7c42-4953-b748-42e0e53dff82, #wrap-s-f479f463-7c42-4953-b748-42e0e53dff82 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f479f463-7c42-4953-b748-42e0e53dff82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ace26581-a598-457a-8500-cc2d578fd610 {
  padding-bottom: 15px;
}

#s-a3a255a5-ed85-4a00-a0e8-7a94d92141ff .shogun-icon-wrapper {
  text-align: center;
}


#s-a3a255a5-ed85-4a00-a0e8-7a94d92141ff .shogun-icon-wrapper > .shogun-icon {

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

#s-4d005d16-f955-4934-9adb-d5e66e97b9bc {
  min-height: 50px;
}








#s-4d005d16-f955-4934-9adb-d5e66e97b9bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d005d16-f955-4934-9adb-d5e66e97b9bc.shg-box.shg-c {
  justify-content: center;
}

#s-242ee549-a46c-400b-afe8-f1a787e3ac5b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-242ee549-a46c-400b-afe8-f1a787e3ac5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b5a4a3d3-9671-46cb-87a4-eea02d7d07ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5a4a3d3-9671-46cb-87a4-eea02d7d07ba .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-295005fe-d7fc-450f-8d2e-b64d79a523c8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-b82c7c9d-8133-4e5f-b238-3af78fed5e1e {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-0e7f6ec4-9d74-445f-a805-9e6fa8073ed9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-dd0915e6-f195-48f3-ad49-1bffa3cf390f {
  
}
}@media (max-width: 767px){#s-dd0915e6-f195-48f3-ad49-1bffa3cf390f {
  display: none;
}
#s-dd0915e6-f195-48f3-ad49-1bffa3cf390f, #wrap-s-dd0915e6-f195-48f3-ad49-1bffa3cf390f { display:none !important; }}
@media (min-width: 0px) {
[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd0915e6-f195-48f3-ad49-1bffa3cf390f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38813ed3-80b2-4282-93ac-74cfc15aa013 {
  text-align: center;
}




  #s-38813ed3-80b2-4282-93ac-74cfc15aa013 img.shogun-image {
    
    width: px;
  }


#s-38813ed3-80b2-4282-93ac-74cfc15aa013 .shogun-image-content {
  
    align-items: center;
  
}

#s-466de490-a5c4-4e48-9404-608818645bbc {
  text-align: center;
}




  #s-466de490-a5c4-4e48-9404-608818645bbc img.shogun-image {
    
    width: px;
  }


#s-466de490-a5c4-4e48-9404-608818645bbc .shogun-image-content {
  
    align-items: center;
  
}

#s-af000b8d-94e4-48d8-b951-f2268a9e16e4 {
  text-align: center;
}
@media (min-width: 1200px){#s-af000b8d-94e4-48d8-b951-f2268a9e16e4 {
  display: none;
}
#s-af000b8d-94e4-48d8-b951-f2268a9e16e4, #wrap-s-af000b8d-94e4-48d8-b951-f2268a9e16e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af000b8d-94e4-48d8-b951-f2268a9e16e4 {
  display: none;
}
#s-af000b8d-94e4-48d8-b951-f2268a9e16e4, #wrap-s-af000b8d-94e4-48d8-b951-f2268a9e16e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af000b8d-94e4-48d8-b951-f2268a9e16e4 {
  display: none;
}
#s-af000b8d-94e4-48d8-b951-f2268a9e16e4, #wrap-s-af000b8d-94e4-48d8-b951-f2268a9e16e4 { display:none !important; }}



  #s-af000b8d-94e4-48d8-b951-f2268a9e16e4 img.shogun-image {
    
    width: px;
  }


#s-af000b8d-94e4-48d8-b951-f2268a9e16e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3e61aaff-d3bf-4034-9d4c-1d5236a8383a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ac6f0164-8058-46ac-8ba7-0ba09d83e521 {
  padding-bottom: 15px;
}

#s-235dbebb-2a35-43b0-8676-2c967a80405f .shogun-icon-wrapper {
  text-align: center;
}


#s-235dbebb-2a35-43b0-8676-2c967a80405f .shogun-icon-wrapper > .shogun-icon {

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

#s-a3890593-a2e5-4955-8b66-27b076a3639b {
  text-align: center;
}
@media (max-width: 767px){#s-a3890593-a2e5-4955-8b66-27b076a3639b {
  display: none;
}
#s-a3890593-a2e5-4955-8b66-27b076a3639b, #wrap-s-a3890593-a2e5-4955-8b66-27b076a3639b { display:none !important; }}



  #s-a3890593-a2e5-4955-8b66-27b076a3639b img.shogun-image {
    
    width: px;
  }


#s-a3890593-a2e5-4955-8b66-27b076a3639b .shogun-image-content {
  
    align-items: center;
  
}

#s-1d5ac2ab-4c43-4b56-917b-c23884fa9ba8 {
  min-height: 50px;
}








#s-1d5ac2ab-4c43-4b56-917b-c23884fa9ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d5ac2ab-4c43-4b56-917b-c23884fa9ba8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-d2ba7aec-24fa-49da-85e3-89b463301a94"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f {
  text-align: center;
}
@media (max-width: 767px){#s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f {
  display: none;
}
#s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f, #wrap-s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f { display:none !important; }}



  #s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f img.shogun-image {
    
    width: px;
  }


#s-f670bbb1-ac18-48d8-a8b3-b383ceefc84f .shogun-image-content {
  
    align-items: center;
  
}

#s-decebecf-62ec-47b5-8c55-5efa4b47792f {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-decebecf-62ec-47b5-8c55-5efa4b47792f {
  display: none;
}
#s-decebecf-62ec-47b5-8c55-5efa4b47792f, #wrap-s-decebecf-62ec-47b5-8c55-5efa4b47792f { display:none !important; }}
@media (min-width: 0px) {
[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-decebecf-62ec-47b5-8c55-5efa4b47792f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-37b0dfe5-5c70-435d-a8f6-3ee65f31b3ed {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdeff933-11d9-4fa7-92f6-92268c6fd77d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b5078418-1cac-476d-955a-160fe57d5e61 .shogun-icon-wrapper {
  text-align: center;
}


#s-b5078418-1cac-476d-955a-160fe57d5e61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(250, 237, 231, 1);
}

#s-e47035fc-cfd9-45c2-a361-c264d15addc5 .shogun-icon-wrapper {
  text-align: center;
}


#s-e47035fc-cfd9-45c2-a361-c264d15addc5 .shogun-icon-wrapper > .shogun-icon {

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

#s-06ef2666-908f-41d5-972c-cfb42c67174f .shogun-icon-wrapper {
  text-align: center;
}


#s-06ef2666-908f-41d5-972c-cfb42c67174f .shogun-icon-wrapper > .shogun-icon {

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

#s-be803a6f-e908-4bf9-a9b3-70e2d2d3d2f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be803a6f-e908-4bf9-a9b3-70e2d2d3d2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-ff30048b-e4c2-4758-85e5-cc3fb0bcb930 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-a350b7ff-b562-4c61-8928-804ce96e0732 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4f61f466-4251-4833-ba81-680cccc0529e {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad {
  display: none;
}
#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad, #wrap-s-1385da82-4503-4d2b-875a-dc75ae1aa5ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad {
  display: none;
}
#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad, #wrap-s-1385da82-4503-4d2b-875a-dc75ae1aa5ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad {
  display: none;
}
#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad, #wrap-s-1385da82-4503-4d2b-875a-dc75ae1aa5ad { display:none !important; }}
#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad .shg-sld-nav-button.shg-sld-left,
#s-1385da82-4503-4d2b-875a-dc75ae1aa5ad .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b10a9510-88b9-44d8-8d28-7acbf2c555da {
  text-align: center;
}
@media (min-width: 1200px){#s-b10a9510-88b9-44d8-8d28-7acbf2c555da {
  display: none;
}
#s-b10a9510-88b9-44d8-8d28-7acbf2c555da, #wrap-s-b10a9510-88b9-44d8-8d28-7acbf2c555da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b10a9510-88b9-44d8-8d28-7acbf2c555da {
  display: none;
}
#s-b10a9510-88b9-44d8-8d28-7acbf2c555da, #wrap-s-b10a9510-88b9-44d8-8d28-7acbf2c555da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b10a9510-88b9-44d8-8d28-7acbf2c555da {
  display: none;
}
#s-b10a9510-88b9-44d8-8d28-7acbf2c555da, #wrap-s-b10a9510-88b9-44d8-8d28-7acbf2c555da { display:none !important; }}@media (max-width: 767px){#s-b10a9510-88b9-44d8-8d28-7acbf2c555da {
  
}
}



  #s-b10a9510-88b9-44d8-8d28-7acbf2c555da img.shogun-image {
    
    width: px;
  }


#s-b10a9510-88b9-44d8-8d28-7acbf2c555da .shogun-image-content {
  
    align-items: center;
  
}

#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 {
  text-align: center;
}
@media (min-width: 1200px){#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 {
  display: none;
}
#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4, #wrap-s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 {
  display: none;
}
#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4, #wrap-s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 {
  display: none;
}
#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4, #wrap-s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 { display:none !important; }}@media (max-width: 767px){#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 {
  
}
}



  #s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 img.shogun-image {
    
    width: px;
  }


#s-fa2803e8-a295-42d2-a1b3-e4e614e1e1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a839838-20c2-4cff-9a44-a17822c895a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-0a839838-20c2-4cff-9a44-a17822c895a8 {
  display: none;
}
#s-0a839838-20c2-4cff-9a44-a17822c895a8, #wrap-s-0a839838-20c2-4cff-9a44-a17822c895a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a839838-20c2-4cff-9a44-a17822c895a8 {
  display: none;
}
#s-0a839838-20c2-4cff-9a44-a17822c895a8, #wrap-s-0a839838-20c2-4cff-9a44-a17822c895a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a839838-20c2-4cff-9a44-a17822c895a8 {
  display: none;
}
#s-0a839838-20c2-4cff-9a44-a17822c895a8, #wrap-s-0a839838-20c2-4cff-9a44-a17822c895a8 { display:none !important; }}@media (max-width: 767px){#s-0a839838-20c2-4cff-9a44-a17822c895a8 {
  
}
}



  #s-0a839838-20c2-4cff-9a44-a17822c895a8 img.shogun-image {
    
    width: px;
  }


#s-0a839838-20c2-4cff-9a44-a17822c895a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db23869d-74e7-4716-bea2-d651a1d0d6c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4387f323-bd2d-4bdf-81e2-87c9d26818dd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4387f323-bd2d-4bdf-81e2-87c9d26818dd {
  
}
}@media (max-width: 767px){#s-4387f323-bd2d-4bdf-81e2-87c9d26818dd {
  display: none;
}
#s-4387f323-bd2d-4bdf-81e2-87c9d26818dd, #wrap-s-4387f323-bd2d-4bdf-81e2-87c9d26818dd { display:none !important; }}



  #s-4387f323-bd2d-4bdf-81e2-87c9d26818dd img.shogun-image {
    
    width: px;
  }


#s-4387f323-bd2d-4bdf-81e2-87c9d26818dd .shogun-image-content {
  
    align-items: center;
  
}

#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 {
  display: none;
}
#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0, #wrap-s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 {
  display: none;
}
#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0, #wrap-s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 {
  display: none;
}
#s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0, #wrap-s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c3a9a2c-b57d-4f11-bc45-49313e7527d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4ba33703-d435-4b2b-a047-3355e885bde5 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ea28579a-f904-4499-8ad2-eb3465c190b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4c7ded9-a5e6-4ca6-8fa8-57a23f69fc78 .shogun-icon-wrapper {
  text-align: center;
}


#s-b4c7ded9-a5e6-4ca6-8fa8-57a23f69fc78 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(250, 237, 231, 1);
}

#s-e5554b97-7b5c-4ff1-a19d-72b7985cc90f .shogun-icon-wrapper {
  text-align: center;
}


#s-e5554b97-7b5c-4ff1-a19d-72b7985cc90f .shogun-icon-wrapper > .shogun-icon {

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

#s-3770cadc-5184-47ad-957f-a0a9a62262c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-3770cadc-5184-47ad-957f-a0a9a62262c3 .shogun-icon-wrapper > .shogun-icon {

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

#s-7cf18afc-9722-4507-b80c-8fd0abe87c49 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cf18afc-9722-4507-b80c-8fd0abe87c49 {
  
}
}@media (max-width: 767px){#s-7cf18afc-9722-4507-b80c-8fd0abe87c49 {
  display: none;
}
#s-7cf18afc-9722-4507-b80c-8fd0abe87c49, #wrap-s-7cf18afc-9722-4507-b80c-8fd0abe87c49 { display:none !important; }}



  #s-7cf18afc-9722-4507-b80c-8fd0abe87c49 img.shogun-image {
    
    width: px;
  }


#s-7cf18afc-9722-4507-b80c-8fd0abe87c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-46834433-83fd-49ee-886f-0bfb57278ce4 {
  min-height: 50px;
}








#s-46834433-83fd-49ee-886f-0bfb57278ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46834433-83fd-49ee-886f-0bfb57278ce4.shg-box.shg-c {
  justify-content: center;
}

#s-3816b9de-93f7-4188-99cb-557e06c6e23a {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3816b9de-93f7-4188-99cb-557e06c6e23a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1ea811ea-4e81-4f0f-95c6-8c88526b2416 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ea811ea-4e81-4f0f-95c6-8c88526b2416 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-4bb71c5d-a4f5-41b2-809c-eb260a028cd0 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-b2169845-20e9-4149-8ceb-e1c073865536 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5a20805a-051d-4909-a5c0-10e968f14df6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44 {
  
}
}@media (max-width: 767px){#s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44 {
  display: none;
}
#s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44, #wrap-s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b54bd88-9be9-42b9-a7eb-b4c232c1bf44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bebbc537-0375-4475-8550-de5630b1128c {
  text-align: center;
}




  #s-bebbc537-0375-4475-8550-de5630b1128c img.shogun-image {
    
    width: px;
  }


#s-bebbc537-0375-4475-8550-de5630b1128c .shogun-image-content {
  
    align-items: center;
  
}

#s-5da3d25d-d94c-47d4-87f4-76fd4da90a80 {
  text-align: center;
}




  #s-5da3d25d-d94c-47d4-87f4-76fd4da90a80 img.shogun-image {
    
    width: px;
  }


#s-5da3d25d-d94c-47d4-87f4-76fd4da90a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 {
  text-align: center;
}
@media (min-width: 1200px){#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 {
  display: none;
}
#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5, #wrap-s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 {
  display: none;
}
#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5, #wrap-s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 {
  display: none;
}
#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5, #wrap-s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 { display:none !important; }}



  #s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 img.shogun-image {
    
    width: px;
  }


#s-039bd98f-3dd9-41e3-bea5-4443a22f01b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7 {
  text-align: center;
}
@media (max-width: 767px){#s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7 {
  display: none;
}
#s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7, #wrap-s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7 { display:none !important; }}



  #s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7 img.shogun-image {
    
    width: px;
  }


#s-45c1bed8-34bd-4dd5-a7e4-fd471637bfb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-90d081a2-00ed-4e18-afc3-c38fc9412b4b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-90d081a2-00ed-4e18-afc3-c38fc9412b4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b4014e27-7ea1-4ff0-97fc-a35a66d759c2 {
  padding-bottom: 15px;
}

#s-4544bc7a-fac8-48f3-b521-4df302d7bf0b .shogun-icon-wrapper {
  text-align: center;
}


#s-4544bc7a-fac8-48f3-b521-4df302d7bf0b .shogun-icon-wrapper > .shogun-icon {

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

#s-9f54d399-40d8-41ea-af8e-0ad262099e89 {
  min-height: 50px;
}








#s-9f54d399-40d8-41ea-af8e-0ad262099e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f54d399-40d8-41ea-af8e-0ad262099e89.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-0dd74484-9a3c-4569-b991-f611b3a7befc"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-86527c4e-6a5b-4215-9eb3-602a25caeca1 {
  text-align: center;
}
@media (max-width: 767px){#s-86527c4e-6a5b-4215-9eb3-602a25caeca1 {
  display: none;
}
#s-86527c4e-6a5b-4215-9eb3-602a25caeca1, #wrap-s-86527c4e-6a5b-4215-9eb3-602a25caeca1 { display:none !important; }}



  #s-86527c4e-6a5b-4215-9eb3-602a25caeca1 img.shogun-image {
    
    width: px;
  }


#s-86527c4e-6a5b-4215-9eb3-602a25caeca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473 {
  display: none;
}
#s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473, #wrap-s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f11b4cb2-8745-4c2b-802e-ae2f6c37c473"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-016ed0e7-65e9-4bb6-8243-0ea05244e89b {
  padding-bottom: 15px;
}

#s-fc1c91e1-46c5-42c5-921b-0b582bc9bf19 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc1c91e1-46c5-42c5-921b-0b582bc9bf19 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(3, 3, 3, 1);
}

#s-18733d8b-3b04-4e5a-b128-3187571c3442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18733d8b-3b04-4e5a-b128-3187571c3442 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-bf5acf75-82eb-4c90-935a-43ec2489d3b3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-356b5d72-3123-4569-bfb4-6bcb486c3546 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-24a8c257-8a23-4249-ae2f-9c3d85dad1fe {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-54a5dfb1-e20d-4a77-8339-ddd3a4f12d70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67c316b3-0384-4bea-b2de-0dc8843afbe2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-67c316b3-0384-4bea-b2de-0dc8843afbe2 {
  
}
}@media (max-width: 767px){#s-67c316b3-0384-4bea-b2de-0dc8843afbe2 {
  display: none;
}
#s-67c316b3-0384-4bea-b2de-0dc8843afbe2, #wrap-s-67c316b3-0384-4bea-b2de-0dc8843afbe2 { display:none !important; }}



  #s-67c316b3-0384-4bea-b2de-0dc8843afbe2 img.shogun-image {
    
    width: px;
  }


#s-67c316b3-0384-4bea-b2de-0dc8843afbe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b {
  text-align: center;
}
@media (min-width: 1200px){#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b {
  display: none;
}
#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b, #wrap-s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b {
  display: none;
}
#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b, #wrap-s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b {
  display: none;
}
#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b, #wrap-s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b { display:none !important; }}@media (max-width: 767px){#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b {
  
}
}



  #s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b img.shogun-image {
    
    width: px;
  }


#s-a8ac42fd-be77-4ad0-9146-80bed94d5e5b .shogun-image-content {
  
    align-items: center;
  
}

#s-9b302366-ef47-4d08-9497-fcba0f7d04c8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b302366-ef47-4d08-9497-fcba0f7d04c8 {
  
}
}@media (max-width: 767px){#s-9b302366-ef47-4d08-9497-fcba0f7d04c8 {
  display: none;
}
#s-9b302366-ef47-4d08-9497-fcba0f7d04c8, #wrap-s-9b302366-ef47-4d08-9497-fcba0f7d04c8 { display:none !important; }}



  #s-9b302366-ef47-4d08-9497-fcba0f7d04c8 img.shogun-image {
    
    width: px;
  }


#s-9b302366-ef47-4d08-9497-fcba0f7d04c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5875ace6-eb75-4273-80c7-5256367076a1 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-5875ace6-eb75-4273-80c7-5256367076a1 {
  display: none;
}
#s-5875ace6-eb75-4273-80c7-5256367076a1, #wrap-s-5875ace6-eb75-4273-80c7-5256367076a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5875ace6-eb75-4273-80c7-5256367076a1 {
  display: none;
}
#s-5875ace6-eb75-4273-80c7-5256367076a1, #wrap-s-5875ace6-eb75-4273-80c7-5256367076a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5875ace6-eb75-4273-80c7-5256367076a1 {
  display: none;
}
#s-5875ace6-eb75-4273-80c7-5256367076a1, #wrap-s-5875ace6-eb75-4273-80c7-5256367076a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5875ace6-eb75-4273-80c7-5256367076a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38c83ecb-a556-4899-81ad-6b2d47630a11 {
  padding-bottom: 15px;
}

#s-207d9824-cdb9-430b-9a59-5766aeaea860 .shogun-icon-wrapper {
  text-align: center;
}


#s-207d9824-cdb9-430b-9a59-5766aeaea860 .shogun-icon-wrapper > .shogun-icon {

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

#s-95a150eb-b764-4eb1-b691-7e12b02d143f {
  min-height: 50px;
}








#s-95a150eb-b764-4eb1-b691-7e12b02d143f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a150eb-b764-4eb1-b691-7e12b02d143f.shg-box.shg-c {
  justify-content: center;
}

#s-5f783106-c27d-4ae3-b11f-e316d1263f68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f783106-c27d-4ae3-b11f-e316d1263f68 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-af03b552-ee64-4ab1-8215-84af2b88bb33 {
  min-height: 50px;
}








#s-af03b552-ee64-4ab1-8215-84af2b88bb33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af03b552-ee64-4ab1-8215-84af2b88bb33.shg-box.shg-c {
  justify-content: center;
}

#s-5e753590-1235-4cac-a210-0ca72ba96c86 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5e753590-1235-4cac-a210-0ca72ba96c86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-955f0658-5655-4f1b-b5be-7c9c3688867b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-955f0658-5655-4f1b-b5be-7c9c3688867b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-29e910c4-e95b-4617-83f7-ec647a744845 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-db24bd02-ebb5-41cc-8263-414ac9529393 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-69c3de45-5480-4035-9a08-05e44c2c9831 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-f43b1887-e53a-4812-ab6c-3b94611660f0 {
  
}
}@media (max-width: 767px){#s-f43b1887-e53a-4812-ab6c-3b94611660f0 {
  display: none;
}
#s-f43b1887-e53a-4812-ab6c-3b94611660f0, #wrap-s-f43b1887-e53a-4812-ab6c-3b94611660f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f43b1887-e53a-4812-ab6c-3b94611660f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7634b8c4-d700-46ce-bfbb-8a2d827e6ffd {
  text-align: center;
}




  #s-7634b8c4-d700-46ce-bfbb-8a2d827e6ffd img.shogun-image {
    
    width: px;
  }


#s-7634b8c4-d700-46ce-bfbb-8a2d827e6ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-6d26577e-e996-49f9-87fd-6bd34872f9aa {
  text-align: center;
}




  #s-6d26577e-e996-49f9-87fd-6bd34872f9aa img.shogun-image {
    
    width: px;
  }


#s-6d26577e-e996-49f9-87fd-6bd34872f9aa .shogun-image-content {
  
    align-items: center;
  
}

#s-b2a2fc80-19b3-459f-be38-c290601f5ffe {
  text-align: center;
}
@media (min-width: 1200px){#s-b2a2fc80-19b3-459f-be38-c290601f5ffe {
  display: none;
}
#s-b2a2fc80-19b3-459f-be38-c290601f5ffe, #wrap-s-b2a2fc80-19b3-459f-be38-c290601f5ffe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2a2fc80-19b3-459f-be38-c290601f5ffe {
  display: none;
}
#s-b2a2fc80-19b3-459f-be38-c290601f5ffe, #wrap-s-b2a2fc80-19b3-459f-be38-c290601f5ffe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2a2fc80-19b3-459f-be38-c290601f5ffe {
  display: none;
}
#s-b2a2fc80-19b3-459f-be38-c290601f5ffe, #wrap-s-b2a2fc80-19b3-459f-be38-c290601f5ffe { display:none !important; }}



  #s-b2a2fc80-19b3-459f-be38-c290601f5ffe img.shogun-image {
    
    width: px;
  }


#s-b2a2fc80-19b3-459f-be38-c290601f5ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-930a4cd1-370f-45ac-a83a-303b9caec8ac {
  text-align: center;
}
@media (max-width: 767px){#s-930a4cd1-370f-45ac-a83a-303b9caec8ac {
  display: none;
}
#s-930a4cd1-370f-45ac-a83a-303b9caec8ac, #wrap-s-930a4cd1-370f-45ac-a83a-303b9caec8ac { display:none !important; }}



  #s-930a4cd1-370f-45ac-a83a-303b9caec8ac img.shogun-image {
    
    width: px;
  }


#s-930a4cd1-370f-45ac-a83a-303b9caec8ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a9207cc7-4793-4860-a5ac-e3c2778652a2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a9207cc7-4793-4860-a5ac-e3c2778652a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5b5ce33d-d3a3-49f1-ad5b-4df62b044450 {
  padding-bottom: 15px;
}

#s-720787b4-f3e2-4e86-a7d7-78ff385209cc .shogun-icon-wrapper {
  text-align: center;
}


#s-720787b4-f3e2-4e86-a7d7-78ff385209cc .shogun-icon-wrapper > .shogun-icon {

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

#s-d71d8bd1-2d52-4d02-be28-5eff7603659e {
  min-height: 50px;
}








#s-d71d8bd1-2d52-4d02-be28-5eff7603659e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d71d8bd1-2d52-4d02-be28-5eff7603659e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-d07af542-66df-4ba3-9b7e-c7bf2bb6633a"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-6d9c242b-82df-4685-8052-53ff546b0f3a {
  text-align: center;
}
@media (max-width: 767px){#s-6d9c242b-82df-4685-8052-53ff546b0f3a {
  display: none;
}
#s-6d9c242b-82df-4685-8052-53ff546b0f3a, #wrap-s-6d9c242b-82df-4685-8052-53ff546b0f3a { display:none !important; }}



  #s-6d9c242b-82df-4685-8052-53ff546b0f3a img.shogun-image {
    
    width: px;
  }


#s-6d9c242b-82df-4685-8052-53ff546b0f3a .shogun-image-content {
  
    align-items: center;
  
}

#s-2da2f9ca-4542-4ea4-91fd-231226291fbc {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-2da2f9ca-4542-4ea4-91fd-231226291fbc {
  display: none;
}
#s-2da2f9ca-4542-4ea4-91fd-231226291fbc, #wrap-s-2da2f9ca-4542-4ea4-91fd-231226291fbc { display:none !important; }}
@media (min-width: 0px) {
[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da2f9ca-4542-4ea4-91fd-231226291fbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d2305f9b-896c-4a97-89ff-2297400cea36 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3982c78-bd20-4d5a-90d4-ff47abcb3ff2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-109ef112-7388-46ee-9b0a-a926f572e1d9 .shogun-icon-wrapper {
  text-align: right;
}


#s-109ef112-7388-46ee-9b0a-a926f572e1d9 .shogun-icon-wrapper > .shogun-icon {

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

#s-97aca074-e79f-4e89-aefb-ff2f76c114ee .shogun-icon-wrapper {
  text-align: left;
}


#s-97aca074-e79f-4e89-aefb-ff2f76c114ee .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(40, 17, 100, 1);
}

#s-3fbef04a-d9ce-45b1-8cab-77b179ef48a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fbef04a-d9ce-45b1-8cab-77b179ef48a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-6389d700-cbae-4235-a372-2cf753e01b07 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-39e68ffa-2e11-40f6-b627-3433e1c01114 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-51ded65b-6363-4d38-adf2-6051270c65a9 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-59ffd79d-92c0-452a-b6b5-38265c84a746 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-59ffd79d-92c0-452a-b6b5-38265c84a746 {
  display: none;
}
#s-59ffd79d-92c0-452a-b6b5-38265c84a746, #wrap-s-59ffd79d-92c0-452a-b6b5-38265c84a746 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59ffd79d-92c0-452a-b6b5-38265c84a746 {
  display: none;
}
#s-59ffd79d-92c0-452a-b6b5-38265c84a746, #wrap-s-59ffd79d-92c0-452a-b6b5-38265c84a746 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59ffd79d-92c0-452a-b6b5-38265c84a746 {
  display: none;
}
#s-59ffd79d-92c0-452a-b6b5-38265c84a746, #wrap-s-59ffd79d-92c0-452a-b6b5-38265c84a746 { display:none !important; }}
#s-59ffd79d-92c0-452a-b6b5-38265c84a746 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-59ffd79d-92c0-452a-b6b5-38265c84a746 .shg-sld-nav-button.shg-sld-left,
#s-59ffd79d-92c0-452a-b6b5-38265c84a746 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-aad09f5f-1e4e-414e-860e-d930e206c764 {
  text-align: center;
}
@media (min-width: 1200px){#s-aad09f5f-1e4e-414e-860e-d930e206c764 {
  display: none;
}
#s-aad09f5f-1e4e-414e-860e-d930e206c764, #wrap-s-aad09f5f-1e4e-414e-860e-d930e206c764 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aad09f5f-1e4e-414e-860e-d930e206c764 {
  display: none;
}
#s-aad09f5f-1e4e-414e-860e-d930e206c764, #wrap-s-aad09f5f-1e4e-414e-860e-d930e206c764 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aad09f5f-1e4e-414e-860e-d930e206c764 {
  display: none;
}
#s-aad09f5f-1e4e-414e-860e-d930e206c764, #wrap-s-aad09f5f-1e4e-414e-860e-d930e206c764 { display:none !important; }}@media (max-width: 767px){#s-aad09f5f-1e4e-414e-860e-d930e206c764 {
  
}
}



  #s-aad09f5f-1e4e-414e-860e-d930e206c764 img.shogun-image {
    
    width: px;
  }


#s-aad09f5f-1e4e-414e-860e-d930e206c764 .shogun-image-content {
  
    align-items: center;
  
}

#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 {
  text-align: center;
}
@media (min-width: 1200px){#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 {
  display: none;
}
#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1, #wrap-s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 {
  display: none;
}
#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1, #wrap-s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 {
  display: none;
}
#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1, #wrap-s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 { display:none !important; }}@media (max-width: 767px){#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 {
  
}
}



  #s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 img.shogun-image {
    
    width: px;
  }


#s-16ff2554-8f50-401b-b0d2-a0fa858de1d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f265408c-f096-4594-b40c-852e787b4a5e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f265408c-f096-4594-b40c-852e787b4a5e {
  display: none;
}
#s-f265408c-f096-4594-b40c-852e787b4a5e, #wrap-s-f265408c-f096-4594-b40c-852e787b4a5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f265408c-f096-4594-b40c-852e787b4a5e {
  display: none;
}
#s-f265408c-f096-4594-b40c-852e787b4a5e, #wrap-s-f265408c-f096-4594-b40c-852e787b4a5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f265408c-f096-4594-b40c-852e787b4a5e {
  display: none;
}
#s-f265408c-f096-4594-b40c-852e787b4a5e, #wrap-s-f265408c-f096-4594-b40c-852e787b4a5e { display:none !important; }}
@media (min-width: 0px) {
[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f265408c-f096-4594-b40c-852e787b4a5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a38def4a-65f9-4673-86f8-ec2e295c912d {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6971fa9-2d72-42a7-b725-8b8a32811e55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d192f8f1-6610-451e-a100-90c1000fd510 .shogun-icon-wrapper {
  text-align: center;
}


#s-d192f8f1-6610-451e-a100-90c1000fd510 .shogun-icon-wrapper > .shogun-icon {

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

#s-598def81-b9ca-45ec-8926-ab872c899dfd .shogun-icon-wrapper {
  text-align: center;
}


#s-598def81-b9ca-45ec-8926-ab872c899dfd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(40, 17, 100, 1);
}

@media (min-width: 0px) {
[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21631320-6ff1-4c4f-ad04-81caafeb679e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8e71cafd-e06b-47e5-b7fe-d810696161a7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e71cafd-e06b-47e5-b7fe-d810696161a7 {
  
}
}@media (max-width: 767px){#s-8e71cafd-e06b-47e5-b7fe-d810696161a7 {
  display: none;
}
#s-8e71cafd-e06b-47e5-b7fe-d810696161a7, #wrap-s-8e71cafd-e06b-47e5-b7fe-d810696161a7 { display:none !important; }}



  #s-8e71cafd-e06b-47e5-b7fe-d810696161a7 img.shogun-image {
    
    width: px;
  }


#s-8e71cafd-e06b-47e5-b7fe-d810696161a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6377f396-3fb9-4547-90a3-4174f3da034d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6377f396-3fb9-4547-90a3-4174f3da034d {
  
}
}@media (max-width: 767px){#s-6377f396-3fb9-4547-90a3-4174f3da034d {
  display: none;
}
#s-6377f396-3fb9-4547-90a3-4174f3da034d, #wrap-s-6377f396-3fb9-4547-90a3-4174f3da034d { display:none !important; }}



  #s-6377f396-3fb9-4547-90a3-4174f3da034d img.shogun-image {
    
    width: px;
  }


#s-6377f396-3fb9-4547-90a3-4174f3da034d .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb4e510-548d-4c16-a285-0e8cf8612598 {
  min-height: 50px;
}








#s-4eb4e510-548d-4c16-a285-0e8cf8612598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eb4e510-548d-4c16-a285-0e8cf8612598.shg-box.shg-c {
  justify-content: center;
}

#s-9f387e0d-4362-48b9-b794-ef3fb4529db6 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9f387e0d-4362-48b9-b794-ef3fb4529db6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c5a2d790-2643-47ee-96d6-eedfe5c62ea4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5a2d790-2643-47ee-96d6-eedfe5c62ea4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-765b5f1f-247f-4db6-876e-64f3b996a7eb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-765b5f1f-247f-4db6-876e-64f3b996a7eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-480817ee-bc15-4cb7-8111-3bce6573e80e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-6959b5ef-2e10-4c6c-9b12-1e71a59802d3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
}

#s-7f8e75d4-be61-48e6-a980-eaefaa5dcb8b {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5988b8f4-81c0-4193-9383-8d4bf69c4f90 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-f0c232d8-f3e4-488a-b738-17947ce4f4e0 {
  
}
}@media (max-width: 767px){#s-f0c232d8-f3e4-488a-b738-17947ce4f4e0 {
  display: none;
}
#s-f0c232d8-f3e4-488a-b738-17947ce4f4e0, #wrap-s-f0c232d8-f3e4-488a-b738-17947ce4f4e0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c232d8-f3e4-488a-b738-17947ce4f4e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8c6b256-089b-485f-ba16-c9d05d3c557c {
  text-align: center;
}




  #s-c8c6b256-089b-485f-ba16-c9d05d3c557c img.shogun-image {
    
    width: px;
  }


#s-c8c6b256-089b-485f-ba16-c9d05d3c557c .shogun-image-content {
  
    align-items: center;
  
}

#s-0b751aae-8e53-4790-b948-a479298db4bf {
  text-align: center;
}




  #s-0b751aae-8e53-4790-b948-a479298db4bf img.shogun-image {
    
    width: px;
  }


#s-0b751aae-8e53-4790-b948-a479298db4bf .shogun-image-content {
  
    align-items: center;
  
}

#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c {
  text-align: center;
}
@media (min-width: 1200px){#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c {
  display: none;
}
#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c, #wrap-s-6d833b6b-127a-4107-8969-d2f7f6dfe30c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c {
  display: none;
}
#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c, #wrap-s-6d833b6b-127a-4107-8969-d2f7f6dfe30c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c {
  display: none;
}
#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c, #wrap-s-6d833b6b-127a-4107-8969-d2f7f6dfe30c { display:none !important; }}



  #s-6d833b6b-127a-4107-8969-d2f7f6dfe30c img.shogun-image {
    
    width: px;
  }


#s-6d833b6b-127a-4107-8969-d2f7f6dfe30c .shogun-image-content {
  
    align-items: center;
  
}

#s-e6a38829-8d2f-4729-bf1f-fe8b63260a53 {
  text-align: center;
}
@media (max-width: 767px){#s-e6a38829-8d2f-4729-bf1f-fe8b63260a53 {
  display: none;
}
#s-e6a38829-8d2f-4729-bf1f-fe8b63260a53, #wrap-s-e6a38829-8d2f-4729-bf1f-fe8b63260a53 { display:none !important; }}



  #s-e6a38829-8d2f-4729-bf1f-fe8b63260a53 img.shogun-image {
    
    width: px;
  }


#s-e6a38829-8d2f-4729-bf1f-fe8b63260a53 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0efa2c6-fb12-4287-9d8f-72c4c7d7a3d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-39484800-c866-4766-8743-100db25c0987 {
  padding-bottom: 15px;
}

#s-ba8dbb78-ee09-4ebd-95f9-dbaa867ca88b .shogun-icon-wrapper {
  text-align: center;
}


#s-ba8dbb78-ee09-4ebd-95f9-dbaa867ca88b .shogun-icon-wrapper > .shogun-icon {

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

#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}@media (max-width: 767px){#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 {
  display: none;
}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689, #wrap-s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 { display:none !important; }}
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-nav-button.shg-sld-left,
#s-42e6d0b3-3d11-46a7-882c-82dcd6d60689 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-75fbae0c-956a-4337-8e41-594e16f75978"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca70f49f-8aac-48c3-b4cc-98c086517206 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca70f49f-8aac-48c3-b4cc-98c086517206 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69b38655-9858-4ed9-87a5-847d43d86a7f {
  display: none;
}
#s-69b38655-9858-4ed9-87a5-847d43d86a7f, #wrap-s-69b38655-9858-4ed9-87a5-847d43d86a7f { display:none !important; }}
#s-63e20459-3b3e-4574-bdd6-3dc1310f4e02 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63e20459-3b3e-4574-bdd6-3dc1310f4e02 {
  
}
}
@media (min-width: 0px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63e20459-3b3e-4574-bdd6-3dc1310f4e02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddd7422a-e242-403f-b82e-84f2a95377c8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-ddd7422a-e242-403f-b82e-84f2a95377c8 img.shogun-image {
    
    width: px;
  }


#s-ddd7422a-e242-403f-b82e-84f2a95377c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-abf18d1b-88a6-43d3-8759-8bc06dd1584d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-abf18d1b-88a6-43d3-8759-8bc06dd1584d img.shogun-image {
    
    width: px;
  }


#s-abf18d1b-88a6-43d3-8759-8bc06dd1584d .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5ef64d-d2bf-4c51-b52b-6cced5b66eaf {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb {
  
}
}
@media (min-width: 0px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-36c6cf8e-1dd0-4a18-85d7-7e929fe7ffdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cf4054a8-3676-424c-904f-738e43999082 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30aff7fa-cb84-46c5-87e7-f5ed445c0ded"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67ce5072-a227-453d-b3db-0a19aa3d7de7 .shogun-icon-wrapper {
  text-align: right;
}


#s-67ce5072-a227-453d-b3db-0a19aa3d7de7 .shogun-icon-wrapper > .shogun-icon {

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

#s-2f057e93-7819-4afd-96d9-8291a0107f58 .shogun-icon-wrapper {
  text-align: left;
}


#s-2f057e93-7819-4afd-96d9-8291a0107f58 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 233, 210, 1);
}

#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  
}
}@media (max-width: 767px){#s-70460ad5-834f-4252-a1a7-efc1208019e0 {
  display: none;
}
#s-70460ad5-834f-4252-a1a7-efc1208019e0, #wrap-s-70460ad5-834f-4252-a1a7-efc1208019e0 { display:none !important; }}



  #s-70460ad5-834f-4252-a1a7-efc1208019e0 img.shogun-image {
    
    width: px;
  }


#s-70460ad5-834f-4252-a1a7-efc1208019e0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-16d70ca4-76a4-4654-9ad3-fab5ede2252c"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-87a169ff-36b8-4341-bda3-48b820639b62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87a169ff-36b8-4341-bda3-48b820639b62 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-eb1b5061-4046-49fc-809b-e8ae7661c04b {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-eb1b5061-4046-49fc-809b-e8ae7661c04b {
  display: none;
}
#s-eb1b5061-4046-49fc-809b-e8ae7661c04b, #wrap-s-eb1b5061-4046-49fc-809b-e8ae7661c04b { display:none !important; }}
#s-422f306a-a124-4826-96e7-698dc5b54bf7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-56530068-2cf5-413f-a2b0-b57c20a2b87d {
  
}
}
@media (min-width: 0px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56530068-2cf5-413f-a2b0-b57c20a2b87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  
}
}@media (max-width: 767px){#s-4b7aed00-7628-447e-a873-efabf60bc020 {
  display: none;
}
#s-4b7aed00-7628-447e-a873-efabf60bc020, #wrap-s-4b7aed00-7628-447e-a873-efabf60bc020 { display:none !important; }}



  #s-4b7aed00-7628-447e-a873-efabf60bc020 img.shogun-image {
    
    width: px;
  }


#s-4b7aed00-7628-447e-a873-efabf60bc020 .shogun-image-content {
  
    align-items: center;
  
}

#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  
}
}@media (max-width: 767px){#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 {
  display: none;
}
#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77, #wrap-s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 { display:none !important; }}



  #s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 img.shogun-image {
    
    width: px;
  }


#s-d42df1e2-9deb-4f9c-88b7-40099cd55e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  text-align: center;
}
@media (min-width: 1200px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-304c35c6-2999-4c1d-adf4-ccf981376932 {
  display: none;
}
#s-304c35c6-2999-4c1d-adf4-ccf981376932, #wrap-s-304c35c6-2999-4c1d-adf4-ccf981376932 { display:none !important; }}



  #s-304c35c6-2999-4c1d-adf4-ccf981376932 img.shogun-image {
    
    width: px;
  }


#s-304c35c6-2999-4c1d-adf4-ccf981376932 .shogun-image-content {
  
    align-items: center;
  
}

#s-0070284d-2806-472d-8d4a-af00e035457c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0070284d-2806-472d-8d4a-af00e035457c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8b91204c-cd29-4e54-8fa1-389352b3b6c9 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ec65dac8-6c94-4c5c-b70f-b730cdd88891"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0c3a81b-1096-4d70-872e-88fa3facfc34 .shogun-icon-wrapper {
  text-align: right;
}


#s-d0c3a81b-1096-4d70-872e-88fa3facfc34 .shogun-icon-wrapper > .shogun-icon {

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

#s-2bf639c7-d513-4cfa-9980-27dc619e11f6 .shogun-icon-wrapper {
  text-align: left;
}


#s-2bf639c7-d513-4cfa-9980-27dc619e11f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 233, 210, 1);
}

#s-0306f2aa-fa7e-4d99-b074-5581a192d859 {
  text-align: center;
}
@media (max-width: 767px){#s-0306f2aa-fa7e-4d99-b074-5581a192d859 {
  display: none;
}
#s-0306f2aa-fa7e-4d99-b074-5581a192d859, #wrap-s-0306f2aa-fa7e-4d99-b074-5581a192d859 { display:none !important; }}



  #s-0306f2aa-fa7e-4d99-b074-5581a192d859 img.shogun-image {
    
    width: px;
  }


#s-0306f2aa-fa7e-4d99-b074-5581a192d859 .shogun-image-content {
  
    align-items: center;
  
}

#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}@media (max-width: 767px){#s-32303cc9-eb0b-4372-9384-fd64dce7c08f {
  display: none;
}
#s-32303cc9-eb0b-4372-9384-fd64dce7c08f, #wrap-s-32303cc9-eb0b-4372-9384-fd64dce7c08f { display:none !important; }}







#s-32303cc9-eb0b-4372-9384-fd64dce7c08f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32303cc9-eb0b-4372-9384-fd64dce7c08f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}@media (max-width: 767px){#s-02864235-5ca0-4a87-a94f-639f6c76d78b {
  display: none;
}
#s-02864235-5ca0-4a87-a94f-639f6c76d78b, #wrap-s-02864235-5ca0-4a87-a94f-639f6c76d78b { display:none !important; }}
@media (min-width: 0px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-02864235-5ca0-4a87-a94f-639f6c76d78b"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-c09d5dd5-d60d-4457-816f-7f4724b736ab {
  text-align: center;
}




  #s-c09d5dd5-d60d-4457-816f-7f4724b736ab img.shogun-image {
    
    width: px;
  }


#s-c09d5dd5-d60d-4457-816f-7f4724b736ab .shogun-image-content {
  
    align-items: center;
  
}

#s-b54e5357-7e29-48f5-a39f-7db014ed4373 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-b54e5357-7e29-48f5-a39f-7db014ed4373 {
  display: none;
}
#s-b54e5357-7e29-48f5-a39f-7db014ed4373, #wrap-s-b54e5357-7e29-48f5-a39f-7db014ed4373 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b54e5357-7e29-48f5-a39f-7db014ed4373"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3484970c-ea9d-41a3-b0e2-aa4a8c4cfa5a {
  padding-bottom: 15px;
}

#s-9a59e6f9-6011-48ef-8fee-d853e03dde70 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a59e6f9-6011-48ef-8fee-d853e03dde70 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 233, 210, 1);
}

#s-b90ba013-c82e-4a89-aaf8-ddc1f727bae4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b90ba013-c82e-4a89-aaf8-ddc1f727bae4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-7074cb61-cb4d-47bd-91e5-7abdf65b3973 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-6db4f2a7-eae3-42f8-b407-94075dc30526 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66d7dfac-6279-44d8-b868-36364136bd49 {
  display: none;
}
#s-66d7dfac-6279-44d8-b868-36364136bd49, #wrap-s-66d7dfac-6279-44d8-b868-36364136bd49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-66d7dfac-6279-44d8-b868-36364136bd49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6afbcc3f-2550-4913-9158-d177cdd2383b {
  padding-bottom: 15px;
}

#s-fd809963-5e80-4d46-b073-e0493e592c9f .shogun-icon-wrapper {
  text-align: center;
}


#s-fd809963-5e80-4d46-b073-e0493e592c9f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

@media (min-width: 0px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-372604ee-3da7-4e9a-8277-5d074de3d7b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  
}
}@media (max-width: 767px){#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 {
  
}
}



  #s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 img.shogun-image {
    
    width: px;
  }


#s-85eaf0d7-b7be-4bb7-8c55-7947347a19d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b12ccc-92a3-467e-be4d-8e667e20e6a4 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  
}
}@media (max-width: 767px){#s-3801f946-99b6-41b5-9be1-ed0e03229634 {
  display: none;
}
#s-3801f946-99b6-41b5-9be1-ed0e03229634, #wrap-s-3801f946-99b6-41b5-9be1-ed0e03229634 { display:none !important; }}



  #s-3801f946-99b6-41b5-9be1-ed0e03229634 img.shogun-image {
    
    width: px;
  }


#s-3801f946-99b6-41b5-9be1-ed0e03229634 .shogun-image-content {
  
    align-items: center;
  
}

#s-c317fa19-768c-43a0-bfa6-fb43cd181f7c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}@media (max-width: 767px){#s-e931156e-017c-4412-b8d7-b46f42a85ab6 {
  display: none;
}
#s-e931156e-017c-4412-b8d7-b46f42a85ab6, #wrap-s-e931156e-017c-4412-b8d7-b46f42a85ab6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e931156e-017c-4412-b8d7-b46f42a85ab6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-69a0abdd-cefc-4b15-ac99-b686b64f137e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69a0abdd-cefc-4b15-ac99-b686b64f137e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7e03178-7190-4b32-8431-525b35ac17f6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-60c8ef8b-cd14-48d9-b95f-a18f80503228 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-8d982b9c-3965-4600-a69b-42f347226415 {
  
}
}@media (max-width: 767px){#s-8d982b9c-3965-4600-a69b-42f347226415 {
  
}
}
@media (min-width: 0px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d982b9c-3965-4600-a69b-42f347226415"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 {
  text-align: center;
}




  #s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 img.shogun-image {
    
    width: px;
  }


#s-e6d5c0d0-c4cb-4ff9-96d8-a1a11abf9e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 {
  text-align: center;
}




  #s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 img.shogun-image {
    
    width: px;
  }


#s-7675859d-cbc5-4e17-a9e6-d95e0e889ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-331959a8-f012-4c8d-9ac0-e8bcec8b7662 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-feb95b47-43c7-417c-85fd-938be702de7e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feb95b47-43c7-417c-85fd-938be702de7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-815a05b1-67a1-4a94-b1e9-9d39414e311d {
  padding-bottom: 15px;
}

#s-3cb2a9eb-701e-4010-96b1-370bebc4c371 .shogun-icon-wrapper {
  text-align: center;
}


#s-3cb2a9eb-701e-4010-96b1-370bebc4c371 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(229, 184, 176, 1);
}

#s-1b9de831-2f82-4bcc-ac77-81841d6166e6 {
  text-align: center;
}




  #s-1b9de831-2f82-4bcc-ac77-81841d6166e6 img.shogun-image {
    
    width: px;
  }


#s-1b9de831-2f82-4bcc-ac77-81841d6166e6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}@media (max-width: 767px){#s-1786fea5-d0b8-41cd-a645-1b353044797e {
  display: none;
}
#s-1786fea5-d0b8-41cd-a645-1b353044797e, #wrap-s-1786fea5-d0b8-41cd-a645-1b353044797e { display:none !important; }}
@media (min-width: 0px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-1786fea5-d0b8-41cd-a645-1b353044797e"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-4fcdbbb3-e03c-4393-bd92-4a991b157233 {
  text-align: center;
}




  #s-4fcdbbb3-e03c-4393-bd92-4a991b157233 img.shogun-image {
    
    width: px;
  }


#s-4fcdbbb3-e03c-4393-bd92-4a991b157233 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d {
  display: none;
}
#s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d, #wrap-s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e53f897-a5c7-4b95-b55f-9a3a33d58d5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-71d6c997-b48c-43ce-8c96-c0465ce69f45 {
  padding-bottom: 15px;
}

#s-fa0e20d6-e09c-4924-b10e-1f57ef65a537 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa0e20d6-e09c-4924-b10e-1f57ef65a537 .shogun-icon-wrapper > .shogun-icon {

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

#s-5d269770-7010-4c5d-88fe-9a42b05f3e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d269770-7010-4c5d-88fe-9a42b05f3e4b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-46a9cc65-aab7-4857-bb56-d72542148b30 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4761a2ca-81e8-4b50-83fa-0282d114c1a7 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 {
  display: none;
}
#s-ed44f9a5-46a8-490c-a3d5-713b40c083a0, #wrap-s-ed44f9a5-46a8-490c-a3d5-713b40c083a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed44f9a5-46a8-490c-a3d5-713b40c083a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8b2693df-0fc7-48df-8da6-67f03eb707dd {
  padding-bottom: 15px;
}

#s-ece5e9c6-dc35-4bf6-8467-2c9d80caee81 .shogun-icon-wrapper {
  text-align: center;
}


#s-ece5e9c6-dc35-4bf6-8467-2c9d80caee81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

@media (min-width: 0px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e610cca3-6b7e-4753-ae51-277fb23b2d39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  
}
}@media (max-width: 767px){#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 {
  
}
}



  #s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 img.shogun-image {
    
    width: px;
  }


#s-31cd0cfe-fbbc-4070-9343-07fa3f4d2f10 .shogun-image-content {
  
    align-items: center;
  
}

#s-49254906-d059-415c-b192-63b0157f5b61 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  
}
}@media (max-width: 767px){#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 {
  display: none;
}
#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1, #wrap-s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 { display:none !important; }}



  #s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 img.shogun-image {
    
    width: px;
  }


#s-9aaeecca-94b0-4095-aa6c-90b0b941e8c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1e2fc14-124d-4f9a-b278-8c73ce3f535c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}@media (max-width: 767px){#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 {
  display: none;
}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20, #wrap-s-982d6a54-3946-4b57-9f35-c9e8902d5e20 { display:none !important; }}
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-nav-button.shg-sld-left,
#s-982d6a54-3946-4b57-9f35-c9e8902d5e20 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e0333d0-8e17-4be8-8914-c52e992bf550"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-ca81893c-1e56-466e-ba67-0c9f84145e99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca81893c-1e56-466e-ba67-0c9f84145e99 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  display: none;
}
#s-5971c046-ad07-4cb9-b46a-4467742f71f1, #wrap-s-5971c046-ad07-4cb9-b46a-4467742f71f1 { display:none !important; }}@media (max-width: 767px){#s-5971c046-ad07-4cb9-b46a-4467742f71f1 {
  display: none;
}
#s-5971c046-ad07-4cb9-b46a-4467742f71f1, #wrap-s-5971c046-ad07-4cb9-b46a-4467742f71f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5971c046-ad07-4cb9-b46a-4467742f71f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c img.shogun-image {
    
    width: px;
  }


#s-6f2ecfa5-5a9d-482e-90df-4fac25f95b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 img.shogun-image {
    
    width: px;
  }


#s-c45cdd53-8fee-4940-a2b8-a6bea9682e34 .shogun-image-content {
  
    align-items: center;
  
}

#s-270a5c9e-3d51-4da8-806c-7ecb25458cab {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-239c11e1-854d-483c-b9c3-1e9404edc76c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c37aa09-34b2-45f1-a58d-e86100f5fc45 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d1d5ed0-1624-454d-9d88-aeec90401b4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8c38f57-d83c-4d89-82cb-ed1beb16a15c .shogun-icon-wrapper {
  text-align: right;
}


#s-c8c38f57-d83c-4d89-82cb-ed1beb16a15c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-1335ec66-dff4-4871-a206-0cdbbbc922ba .shogun-icon-wrapper {
  text-align: center;
}


#s-1335ec66-dff4-4871-a206-0cdbbbc922ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-0963f94f-68ef-4d59-96e8-156361ed63a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-0963f94f-68ef-4d59-96e8-156361ed63a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-badc9ec6-090e-4786-ad7f-799defb178d7 {
  display: none;
}
#s-badc9ec6-090e-4786-ad7f-799defb178d7, #wrap-s-badc9ec6-090e-4786-ad7f-799defb178d7 { display:none !important; }}







#s-badc9ec6-090e-4786-ad7f-799defb178d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-badc9ec6-090e-4786-ad7f-799defb178d7.shg-box.shg-c {
  justify-content: center;
}

#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  
}
}@media (max-width: 767px){#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab {
  
}
}



  #s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab img.shogun-image {
    
    width: px;
  }


#s-2bb4eff5-eb89-405c-aae9-d2e63e7665ab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2ede9b16-fe40-4490-a23f-b598da75d9f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-506fd07c-a5c1-4e9e-ba3d-724fba2cd020 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-506fd07c-a5c1-4e9e-ba3d-724fba2cd020 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17e8003c-0508-4059-8b79-50a05bf79e0f {
  display: none;
}
#s-17e8003c-0508-4059-8b79-50a05bf79e0f, #wrap-s-17e8003c-0508-4059-8b79-50a05bf79e0f { display:none !important; }}
#s-e3872511-ce86-47b6-b7b1-a08219ee5457 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3872511-ce86-47b6-b7b1-a08219ee5457 {
  
}
}
@media (min-width: 0px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3872511-ce86-47b6-b7b1-a08219ee5457"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac img.shogun-image {
    
    width: px;
  }


#s-15bfc6e4-3f59-44fa-992b-430d7a0fcfac .shogun-image-content {
  
    align-items: center;
  
}

#s-466f0244-ad93-4205-be84-51210b65a17f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-466f0244-ad93-4205-be84-51210b65a17f img.shogun-image {
    
    width: px;
  }


#s-466f0244-ad93-4205-be84-51210b65a17f .shogun-image-content {
  
    align-items: center;
  
}

#s-fd8e90ca-3007-4c14-9052-0f260ea921d5 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-60cdc63d-0af8-48b8-af14-1faf6b912a4a {
  
}
}
@media (min-width: 0px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60cdc63d-0af8-48b8-af14-1faf6b912a4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-987dea03-7bb9-4690-85b9-af481b37aa32 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a3e83d39-154f-4ad9-8c82-9ad81604a2fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4228654b-3bc9-45cc-a71f-be93d5f43f6d .shogun-icon-wrapper {
  text-align: right;
}


#s-4228654b-3bc9-45cc-a71f-be93d5f43f6d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d6578b97-13d5-4779-bae2-bcc30b35e8ec .shogun-icon-wrapper {
  text-align: center;
}


#s-d6578b97-13d5-4779-bae2-bcc30b35e8ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-1c63ce73-7e1d-4ec6-b148-e48e4b81da95 .shogun-icon-wrapper {
  text-align: left;
}


#s-1c63ce73-7e1d-4ec6-b148-e48e4b81da95 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  
}
}@media (max-width: 767px){#s-d8416bb7-9b50-4948-9766-c482d6a149f3 {
  display: none;
}
#s-d8416bb7-9b50-4948-9766-c482d6a149f3, #wrap-s-d8416bb7-9b50-4948-9766-c482d6a149f3 { display:none !important; }}



  #s-d8416bb7-9b50-4948-9766-c482d6a149f3 img.shogun-image {
    
    width: px;
  }


#s-d8416bb7-9b50-4948-9766-c482d6a149f3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-21ae0570-6b7f-498b-a796-b093b84c1c70"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-7d9ec71d-b9ca-40bc-826b-e24fea7929ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d9ec71d-b9ca-40bc-826b-e24fea7929ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-e7271a20-7ea9-448a-aaa9-e15e6efda046 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e7271a20-7ea9-448a-aaa9-e15e6efda046 {
  display: none;
}
#s-e7271a20-7ea9-448a-aaa9-e15e6efda046, #wrap-s-e7271a20-7ea9-448a-aaa9-e15e6efda046 { display:none !important; }}
#s-5b6bb0d4-9753-4543-a713-c6767564d3e8 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-dacf4835-13eb-4dae-974d-f5c20c9aac85 {
  
}
}
@media (min-width: 0px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dacf4835-13eb-4dae-974d-f5c20c9aac85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  
}
}@media (max-width: 767px){#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 {
  display: none;
}
#s-2dcda813-d750-41a8-b6f6-6b145f1c9521, #wrap-s-2dcda813-d750-41a8-b6f6-6b145f1c9521 { display:none !important; }}



  #s-2dcda813-d750-41a8-b6f6-6b145f1c9521 img.shogun-image {
    
    width: px;
  }


#s-2dcda813-d750-41a8-b6f6-6b145f1c9521 .shogun-image-content {
  
    align-items: center;
  
}

#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  
}
}@media (max-width: 767px){#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 {
  display: none;
}
#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089, #wrap-s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 { display:none !important; }}



  #s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 img.shogun-image {
    
    width: px;
  }


#s-26cdd31f-18cc-48cc-92fe-f5dc6c627089 .shogun-image-content {
  
    align-items: center;
  
}

#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 {
  display: none;
}
#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9, #wrap-s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 { display:none !important; }}



  #s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 img.shogun-image {
    
    width: px;
  }


#s-487768d9-a0dd-4355-b884-bd1b6e0fe0b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f980bec-3632-47d8-81ca-d0d1add8ab69 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f980bec-3632-47d8-81ca-d0d1add8ab69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc28b643-f4c7-4ccb-8407-0c92e2cc07e7 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ce37762e-401b-402e-992b-923600036ec7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a6bcfd1e-e73c-4989-98b7-350526953d63 .shogun-icon-wrapper {
  text-align: right;
}


#s-a6bcfd1e-e73c-4989-98b7-350526953d63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-a7506f82-2208-4f50-b52f-5a1f6d70c577 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7506f82-2208-4f50-b52f-5a1f6d70c577 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-475db6d8-a55d-4d3d-b335-a08a92825324 .shogun-icon-wrapper {
  text-align: left;
}


#s-475db6d8-a55d-4d3d-b335-a08a92825324 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-84f18783-c831-40fc-ab83-bc2836cd3072 {
  text-align: center;
}
@media (max-width: 767px){#s-84f18783-c831-40fc-ab83-bc2836cd3072 {
  display: none;
}
#s-84f18783-c831-40fc-ab83-bc2836cd3072, #wrap-s-84f18783-c831-40fc-ab83-bc2836cd3072 { display:none !important; }}



  #s-84f18783-c831-40fc-ab83-bc2836cd3072 img.shogun-image {
    
    width: px;
  }


#s-84f18783-c831-40fc-ab83-bc2836cd3072 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}@media (max-width: 767px){#s-de53ff83-3435-4658-a57c-cb10a257ed80 {
  display: none;
}
#s-de53ff83-3435-4658-a57c-cb10a257ed80, #wrap-s-de53ff83-3435-4658-a57c-cb10a257ed80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-de53ff83-3435-4658-a57c-cb10a257ed80"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-fdd2063d-8014-401f-9e43-e095a280c503 {
  text-align: center;
}




  #s-fdd2063d-8014-401f-9e43-e095a280c503 img.shogun-image {
    
    width: px;
  }


#s-fdd2063d-8014-401f-9e43-e095a280c503 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe {
  display: none;
}
#s-5ab67a1d-bad0-4514-97ef-04cc65179dbe, #wrap-s-5ab67a1d-bad0-4514-97ef-04cc65179dbe { display:none !important; }}
@media (min-width: 0px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5ab67a1d-bad0-4514-97ef-04cc65179dbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5a360bde-0018-44a1-a375-049a81345f5f {
  padding-bottom: 15px;
}

#s-246b8ae6-32fc-4a4d-aae6-c1f1b6a66185 .shogun-icon-wrapper {
  text-align: center;
}


#s-246b8ae6-32fc-4a4d-aae6-c1f1b6a66185 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(119, 63, 15, 1);
}

#s-8261587b-24a3-492f-a5c4-b446105100e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8261587b-24a3-492f-a5c4-b446105100e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-c242d90a-0b82-47c8-916b-a7eecc380b08 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-5a7026dd-f4a9-460b-9185-db1180b16686 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b59259c-7115-4e87-9eca-07f0b79b4328 {
  display: none;
}
#s-2b59259c-7115-4e87-9eca-07f0b79b4328, #wrap-s-2b59259c-7115-4e87-9eca-07f0b79b4328 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2b59259c-7115-4e87-9eca-07f0b79b4328"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb2818cb-16c8-457d-b82e-baaa10871c09 {
  padding-bottom: 15px;
}

#s-8b53e66b-3719-40da-8b22-3790a496ab6f .shogun-icon-wrapper {
  text-align: center;
}


#s-8b53e66b-3719-40da-8b22-3790a496ab6f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

@media (min-width: 0px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04e6d196-ae25-4d71-960f-6ced4e147da4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  
}
}@media (max-width: 767px){#s-b97865b3-996a-4a07-81b8-7e98d6114fee {
  
}
}



  #s-b97865b3-996a-4a07-81b8-7e98d6114fee img.shogun-image {
    
    width: px;
  }


#s-b97865b3-996a-4a07-81b8-7e98d6114fee .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa6676c-c9aa-43df-a95c-60d856797ecf {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  
}
}@media (max-width: 767px){#s-f26f595e-b76a-4a93-9c99-5255953fad5b {
  display: none;
}
#s-f26f595e-b76a-4a93-9c99-5255953fad5b, #wrap-s-f26f595e-b76a-4a93-9c99-5255953fad5b { display:none !important; }}



  #s-f26f595e-b76a-4a93-9c99-5255953fad5b img.shogun-image {
    
    width: px;
  }


#s-f26f595e-b76a-4a93-9c99-5255953fad5b .shogun-image-content {
  
    align-items: center;
  
}

#s-b8408221-3684-4cb9-afbb-5f5012f63be2 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}@media (max-width: 767px){#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 {
  display: none;
}
#s-85900ce7-002b-4dc9-b956-61ffd5cd51e2, #wrap-s-85900ce7-002b-4dc9-b956-61ffd5cd51e2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-85900ce7-002b-4dc9-b956-61ffd5cd51e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-48c6c8c9-d240-461a-ad89-74792e14e849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48c6c8c9-d240-461a-ad89-74792e14e849 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-d936e45a-2166-46b3-9fe1-01a342775905 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-ce848408-fb45-48da-be74-7808e10a7d95 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-3db8d855-a138-4601-a6fd-d7df8e85024b {
  
}
}@media (max-width: 767px){#s-3db8d855-a138-4601-a6fd-d7df8e85024b {
  
}
}
@media (min-width: 0px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3db8d855-a138-4601-a6fd-d7df8e85024b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc9bd2fe-5831-4474-886d-035a2ea6e823 {
  text-align: center;
}




  #s-fc9bd2fe-5831-4474-886d-035a2ea6e823 img.shogun-image {
    
    width: px;
  }


#s-fc9bd2fe-5831-4474-886d-035a2ea6e823 .shogun-image-content {
  
    align-items: center;
  
}

#s-61dbba06-2164-4c12-bb52-371a929878fd {
  text-align: center;
}




  #s-61dbba06-2164-4c12-bb52-371a929878fd img.shogun-image {
    
    width: px;
  }


#s-61dbba06-2164-4c12-bb52-371a929878fd .shogun-image-content {
  
    align-items: center;
  
}

#s-75d4e4f1-73af-4f4b-ae01-f5d530704e59 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-baa60302-c29e-4061-b23f-c6a78d52995a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-baa60302-c29e-4061-b23f-c6a78d52995a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-364c1eb5-4a62-49d2-8ca7-4c12129221dd {
  padding-bottom: 15px;
}

#s-3aad727d-843c-4a43-b504-389eb4538ddd .shogun-icon-wrapper {
  text-align: center;
}


#s-3aad727d-843c-4a43-b504-389eb4538ddd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(229, 184, 176, 1);
}

#s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 {
  text-align: center;
}




  #s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 img.shogun-image {
    
    width: px;
  }


#s-06afe8b1-6490-432c-a0d5-c3e723ffdd65 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}@media (max-width: 767px){#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 {
  display: none;
}
#s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78, #wrap-s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-eb543a18-c777-4b51-a7c3-f1f8cbe8cf78"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-45eb9190-68d2-46e3-840e-e7c7a0a204bf {
  text-align: center;
}




  #s-45eb9190-68d2-46e3-840e-e7c7a0a204bf img.shogun-image {
    
    width: px;
  }


#s-45eb9190-68d2-46e3-840e-e7c7a0a204bf .shogun-image-content {
  
    align-items: center;
  
}

#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 {
  display: none;
}
#s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390, #wrap-s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d9a76b-d98e-4d9c-b0fd-b552f1bb4390"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-be90f228-8656-49af-ab17-3f692608fc87 {
  padding-bottom: 15px;
}

#s-e7668c5f-d3be-4940-9816-f992e004e020 .shogun-icon-wrapper {
  text-align: center;
}


#s-e7668c5f-d3be-4940-9816-f992e004e020 .shogun-icon-wrapper > .shogun-icon {

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

#s-a4280f7e-5dfd-4e57-a23e-a5f22def81ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4280f7e-5dfd-4e57-a23e-a5f22def81ee .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-0b9918c9-da1d-48c3-95a2-1c1c28939dd0 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fa164410-2871-444c-a8e9-5d5c7e6eb7cd {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 {
  display: none;
}
#s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54, #wrap-s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7a64e7c0-aa7e-459e-a4f1-9c8a25e06e54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d937ca5a-885d-49b7-a00d-5083e57a7d17 {
  padding-bottom: 15px;
}

#s-1e637a41-d5a0-472c-b688-52a7aa677630 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e637a41-d5a0-472c-b688-52a7aa677630 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

@media (min-width: 0px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed0b7e08-a3be-4556-95cd-a2daf2d924bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  
}
}@media (max-width: 767px){#s-576e742c-7907-43e1-bee6-6ce551b7ad69 {
  
}
}



  #s-576e742c-7907-43e1-bee6-6ce551b7ad69 img.shogun-image {
    
    width: px;
  }


#s-576e742c-7907-43e1-bee6-6ce551b7ad69 .shogun-image-content {
  
    align-items: center;
  
}

#s-cee0f95e-b3c4-4b73-8613-a44310e2db6a {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  
}
}@media (max-width: 767px){#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 {
  display: none;
}
#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3, #wrap-s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 { display:none !important; }}



  #s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 img.shogun-image {
    
    width: px;
  }


#s-4a870156-8c90-47b0-aa7a-8cfbbe57b0c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed344f0a-95b2-44e9-9904-ebd83e878b76 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}@media (max-width: 767px){#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 {
  display: none;
}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167, #wrap-s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 { display:none !important; }}
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-nav-button.shg-sld-left,
#s-fbb8f92e-b21a-4a88-82c8-d63fef0fa167 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-928342ee-78a0-4b49-aa97-c86fa9f5a124"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-38e5c631-8f08-4b16-be3d-7e0cf80a213c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38e5c631-8f08-4b16-be3d-7e0cf80a213c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-2b410cad-be52-409a-b674-aad7e2892c43 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b410cad-be52-409a-b674-aad7e2892c43 {
  display: none;
}
#s-2b410cad-be52-409a-b674-aad7e2892c43, #wrap-s-2b410cad-be52-409a-b674-aad7e2892c43 { display:none !important; }}@media (max-width: 767px){#s-2b410cad-be52-409a-b674-aad7e2892c43 {
  display: none;
}
#s-2b410cad-be52-409a-b674-aad7e2892c43, #wrap-s-2b410cad-be52-409a-b674-aad7e2892c43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b410cad-be52-409a-b674-aad7e2892c43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aa45b18b-080f-4f00-95ab-bd6a66edc22d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-aa45b18b-080f-4f00-95ab-bd6a66edc22d img.shogun-image {
    
    width: px;
  }


#s-aa45b18b-080f-4f00-95ab-bd6a66edc22d .shogun-image-content {
  
    align-items: center;
  
}

#s-44a8ff14-46d8-4adf-9e68-8db784e3017d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-44a8ff14-46d8-4adf-9e68-8db784e3017d img.shogun-image {
    
    width: px;
  }


#s-44a8ff14-46d8-4adf-9e68-8db784e3017d .shogun-image-content {
  
    align-items: center;
  
}

#s-80fa5fe9-55a7-4193-b324-dfbec3db6859 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-421bf252-8008-4f72-8edb-0e720b41c953"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8c3d163-aac9-4b0f-aef9-d24dda204c47 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bf13ce3-0b43-4b78-8de6-b658a4e9bc0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1125f0ab-5f20-4fb7-ae8e-271f1acdd3a1 .shogun-icon-wrapper {
  text-align: right;
}


#s-1125f0ab-5f20-4fb7-ae8e-271f1acdd3a1 .shogun-icon-wrapper > .shogun-icon {

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

#s-c6aae3a2-a652-47f3-ad90-7b59531feee3 .shogun-icon-wrapper {
  text-align: left;
}


#s-c6aae3a2-a652-47f3-ad90-7b59531feee3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(73, 80, 86, 1);
}

#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e {
  display: none;
}
#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e, #wrap-s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e { display:none !important; }}







#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7012e8c-9fda-4c50-8833-347b2cdcfe3e.shg-box.shg-c {
  justify-content: center;
}

#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  
}
}@media (max-width: 767px){#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea {
  
}
}



  #s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea img.shogun-image {
    
    width: px;
  }


#s-5a2c6556-6b4a-44bf-ae77-ee5ef696c2ea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f059868b-344c-4148-b7d9-9ac990f5a062"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f2acae72-c013-4bc1-8d61-7d42059bf283 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2acae72-c013-4bc1-8d61-7d42059bf283 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c {
  display: none;
}
#s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c, #wrap-s-b7dd7ab0-c547-44a5-8b7d-9a938f5b585c { display:none !important; }}
#s-98eaa287-eeca-41df-a327-af5a5a34272d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98eaa287-eeca-41df-a327-af5a5a34272d {
  
}
}
@media (min-width: 0px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98eaa287-eeca-41df-a327-af5a5a34272d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6234e647-aac7-49c1-8da2-3bce1e14086f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-6234e647-aac7-49c1-8da2-3bce1e14086f img.shogun-image {
    
    width: px;
  }


#s-6234e647-aac7-49c1-8da2-3bce1e14086f .shogun-image-content {
  
    align-items: center;
  
}

#s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 img.shogun-image {
    
    width: px;
  }


#s-8f7850a1-5650-4b5a-b2f8-89f6a3d07075 .shogun-image-content {
  
    align-items: center;
  
}

#s-0240d5a4-8a0b-478c-a88b-c46f6ec40468 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (max-width: 767px){#s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94 {
  
}
}
@media (min-width: 0px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d04f6be-6628-4180-a2fb-a5a5e16ebd94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4c69b6bf-4045-4263-95e7-67cacd843889 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0181fd04-6c36-4981-bbd3-a737b861e338"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2af2baa-9514-40db-94c4-8d516bf514d7 .shogun-icon-wrapper {
  text-align: right;
}


#s-f2af2baa-9514-40db-94c4-8d516bf514d7 .shogun-icon-wrapper > .shogun-icon {

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

#s-b4870a0d-f1aa-4639-a3ae-d0b330995a8c .shogun-icon-wrapper {
  text-align: left;
}


#s-b4870a0d-f1aa-4639-a3ae-d0b330995a8c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 233, 210, 1);
}

#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  
}
}@media (max-width: 767px){#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 {
  display: none;
}
#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22, #wrap-s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 { display:none !important; }}



  #s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 img.shogun-image {
    
    width: px;
  }


#s-aea944a1-5929-4daa-89c7-6ae8fd5c1b22 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-2cb1b8a5-5233-4f86-bcd8-ac25cdde09ed"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-df4a7629-15f8-477c-93d9-d06ca0d4199b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df4a7629-15f8-477c-93d9-d06ca0d4199b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-069b4a1e-ad39-4285-ad15-b3d3947746fd {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}
@media (max-width: 767px){#s-069b4a1e-ad39-4285-ad15-b3d3947746fd {
  display: none;
}
#s-069b4a1e-ad39-4285-ad15-b3d3947746fd, #wrap-s-069b4a1e-ad39-4285-ad15-b3d3947746fd { display:none !important; }}
#s-edec72a7-7ea5-493f-8db3-39571cf3e915 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 991px){#s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322 {
  
}
}
@media (min-width: 0px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68ef1f62-a44e-4259-8c6f-20fbfcc4c322"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  
}
}@media (max-width: 767px){#s-4f218d25-46a2-43b0-b386-fb148aa516ec {
  display: none;
}
#s-4f218d25-46a2-43b0-b386-fb148aa516ec, #wrap-s-4f218d25-46a2-43b0-b386-fb148aa516ec { display:none !important; }}



  #s-4f218d25-46a2-43b0-b386-fb148aa516ec img.shogun-image {
    
    width: px;
  }


#s-4f218d25-46a2-43b0-b386-fb148aa516ec .shogun-image-content {
  
    align-items: center;
  
}

#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  
}
}@media (max-width: 767px){#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 {
  display: none;
}
#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74, #wrap-s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 { display:none !important; }}



  #s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 img.shogun-image {
    
    width: px;
  }


#s-2fb2ef67-99fc-40a9-8d1d-57363632dc74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  text-align: center;
}
@media (min-width: 1200px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 {
  display: none;
}
#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15, #wrap-s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 { display:none !important; }}



  #s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 img.shogun-image {
    
    width: px;
  }


#s-f74f33bb-e85a-4d10-98ab-eda091ef8b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7c51147-55f0-4402-98d9-f25a54140f62 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c51147-55f0-4402-98d9-f25a54140f62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-459bbbbf-fdaf-4151-9a8d-0fa86e0368e2 {
  padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f327cdb-10c7-4015-8c0e-6e3f230e31fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5bc44d72-29dd-4135-9b4b-125d6bfdfc27 .shogun-icon-wrapper {
  text-align: right;
}


#s-5bc44d72-29dd-4135-9b4b-125d6bfdfc27 .shogun-icon-wrapper > .shogun-icon {

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

#s-e28fb352-ba97-4f82-bf5a-719fdd293de4 .shogun-icon-wrapper {
  text-align: center;
}


#s-e28fb352-ba97-4f82-bf5a-719fdd293de4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(255, 233, 210, 1);
}

#s-ebae6cc6-26fb-4427-9240-945b44bbfb52 .shogun-icon-wrapper {
  text-align: left;
}


#s-ebae6cc6-26fb-4427-9240-945b44bbfb52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-50e24946-76b9-4e33-a924-2ad58a14e833 {
  text-align: center;
}
@media (max-width: 767px){#s-50e24946-76b9-4e33-a924-2ad58a14e833 {
  display: none;
}
#s-50e24946-76b9-4e33-a924-2ad58a14e833, #wrap-s-50e24946-76b9-4e33-a924-2ad58a14e833 { display:none !important; }}



  #s-50e24946-76b9-4e33-a924-2ad58a14e833 img.shogun-image {
    
    width: px;
  }


#s-50e24946-76b9-4e33-a924-2ad58a14e833 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}@media (max-width: 767px){#s-b4702402-82cf-40ad-abec-59a994ae6457 {
  display: none;
}
#s-b4702402-82cf-40ad-abec-59a994ae6457, #wrap-s-b4702402-82cf-40ad-abec-59a994ae6457 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-b4702402-82cf-40ad-abec-59a994ae6457"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-e8287701-3563-47de-b564-d9bdc2d67d1b {
  text-align: center;
}




  #s-e8287701-3563-47de-b564-d9bdc2d67d1b img.shogun-image {
    
    width: px;
  }


#s-e8287701-3563-47de-b564-d9bdc2d67d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-78e34762-87e5-4418-bf9e-d9466085ab7b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-78e34762-87e5-4418-bf9e-d9466085ab7b {
  display: none;
}
#s-78e34762-87e5-4418-bf9e-d9466085ab7b, #wrap-s-78e34762-87e5-4418-bf9e-d9466085ab7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-78e34762-87e5-4418-bf9e-d9466085ab7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed3396ed-519d-4600-8060-a4e9bdb434a4 {
  padding-bottom: 15px;
}

#s-6014c533-7eb5-4d96-a5f1-02f065ae5988 .shogun-icon-wrapper {
  text-align: center;
}


#s-6014c533-7eb5-4d96-a5f1-02f065ae5988 .shogun-icon-wrapper > .shogun-icon {

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

#s-18d87725-871e-4d64-81d7-294ff92fad96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18d87725-871e-4d64-81d7-294ff92fad96 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Majesti Banner";
  font-style:   ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: ;
  text-align: center;
}



#s-e937f764-b439-4bfa-9f87-2bb24a9900c6 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-7a08d3f0-c03b-4f74-a7a2-518e92a91015 {
  margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 {
  display: none;
}
#s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93, #wrap-s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdf6fc2e-866c-4e9f-9722-61fc2efb9f93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-703bd9b2-520b-4680-9d0c-51f6c6de2497 {
  padding-bottom: 15px;
}

#s-11c6dc25-7005-4a40-ac6e-8989ba5b84fa .shogun-icon-wrapper {
  text-align: center;
}


#s-11c6dc25-7005-4a40-ac6e-8989ba5b84fa .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(91, 130, 160, 1);
}

@media (min-width: 0px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60aa4db0-1f8c-4626-900d-bf4969c174be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  
}
}@media (max-width: 767px){#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 {
  
}
}



  #s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 img.shogun-image {
    
    width: px;
  }


#s-2bb5baf8-a28d-4435-8c15-41c3c6bda246 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4c1da4f-0ba8-4883-82c3-7bc8ddffba11 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  
}
}@media (max-width: 767px){#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 {
  display: none;
}
#s-9a9372bb-598e-440c-b6c4-82f2fa649f95, #wrap-s-9a9372bb-598e-440c-b6c4-82f2fa649f95 { display:none !important; }}



  #s-9a9372bb-598e-440c-b6c4-82f2fa649f95 img.shogun-image {
    
    width: px;
  }


#s-9a9372bb-598e-440c-b6c4-82f2fa649f95 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef87ddb-7f09-4ac5-9ea3-434038477128 {
  margin-top: 8px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3126ba91-0e02-443d-9d23-38f5bb412706 {
  display: none;
}
#s-3126ba91-0e02-443d-9d23-38f5bb412706, #wrap-s-3126ba91-0e02-443d-9d23-38f5bb412706 { display:none !important; }}







#s-3126ba91-0e02-443d-9d23-38f5bb412706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3126ba91-0e02-443d-9d23-38f5bb412706.shg-box.shg-c {
  justify-content: center;
}

#s-a5f37ed0-caf2-4dfb-87bb-db2be801f665 {
  min-height: 50px;
}








#s-a5f37ed0-caf2-4dfb-87bb-db2be801f665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f37ed0-caf2-4dfb-87bb-db2be801f665.shg-box.shg-c {
  justify-content: center;
}

#s-b98c70d7-b25a-442a-9b05-55773ff525b1 {
  min-height: 50px;
}








#s-b98c70d7-b25a-442a-9b05-55773ff525b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b98c70d7-b25a-442a-9b05-55773ff525b1.shg-box.shg-c {
  justify-content: center;
}

                /*!
* 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 */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
