.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-dcb4ec67-834f-402a-9db3-356ad37dfda7 {
  background-image: url(https://i.shgcdn.com/2dd55541-8d83-460b-a2a0-eae3f687007e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 200px;
background-position: center center;
}
@media (max-width: 767px){#s-dcb4ec67-834f-402a-9db3-356ad37dfda7 {
  display: none;
}
#s-dcb4ec67-834f-402a-9db3-356ad37dfda7, #wrap-s-dcb4ec67-834f-402a-9db3-356ad37dfda7 { display:none !important; }}







#s-dcb4ec67-834f-402a-9db3-356ad37dfda7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb4ec67-834f-402a-9db3-356ad37dfda7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-9db66191-f1e3-47ca-bf18-94eb5c5c1031 {
  margin-top: 1px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

#s-119e36c2-ee07-4fca-830d-69dd2a32f420 {
  margin-left: 75px;
margin-right: 75px;
padding-top: 15px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-119e36c2-ee07-4fca-830d-69dd2a32f420"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

#s-b09cedc1-d2b8-48ce-986a-db6ec36b16fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-b09cedc1-d2b8-48ce-986a-db6ec36b16fd:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-b09cedc1-d2b8-48ce-986a-db6ec36b16fd:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-b09cedc1-d2b8-48ce-986a-db6ec36b16fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-2510d32f-9531-4e62-ba51-65f52d53ea78 {
  padding-bottom: 15px;
}

#s-94d4e72f-3a06-4160-9e78-70c7b82caa83 {
  background-image: url(https://i.shgcdn.com/2dd55541-8d83-460b-a2a0-eae3f687007e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-94d4e72f-3a06-4160-9e78-70c7b82caa83 {
  display: none;
}
#s-94d4e72f-3a06-4160-9e78-70c7b82caa83, #wrap-s-94d4e72f-3a06-4160-9e78-70c7b82caa83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d4e72f-3a06-4160-9e78-70c7b82caa83 {
  display: none;
}
#s-94d4e72f-3a06-4160-9e78-70c7b82caa83, #wrap-s-94d4e72f-3a06-4160-9e78-70c7b82caa83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d4e72f-3a06-4160-9e78-70c7b82caa83 {
  display: none;
}
#s-94d4e72f-3a06-4160-9e78-70c7b82caa83, #wrap-s-94d4e72f-3a06-4160-9e78-70c7b82caa83 { display:none !important; }}







#s-94d4e72f-3a06-4160-9e78-70c7b82caa83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94d4e72f-3a06-4160-9e78-70c7b82caa83.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-02943c1f-68f9-4ab8-9841-026e54e6c313 {
  padding-top: 25px;
padding-bottom: 10px;
text-align: center;
}

#s-02943c1f-68f9-4ab8-9841-026e54e6c313 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9 {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-03cae2cd-8bb0-4ca0-b092-9fc42b7c35d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-849a312f-4762-4c3a-9a7b-54eb75a5887a {
  margin-top: 15px;
}

#s-98322546-6a1e-40c3-bdf4-f80989b6f0fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-98322546-6a1e-40c3-bdf4-f80989b6f0fd:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-98322546-6a1e-40c3-bdf4-f80989b6f0fd:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-98322546-6a1e-40c3-bdf4-f80989b6f0fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-bead29c7-48f7-4516-8717-ff7a4936df87 {
  padding-top: 10px;
}

#s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 170px;
}
@media (max-width: 767px){#s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6 {
  display: none;
}
#s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6, #wrap-s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6 { display:none !important; }}







#s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b4bbf9-70ad-406e-b2f9-0c760f05d2f6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1ba774d0-9d27-4ed6-91af-da84f0dd955d {
  min-height: 170px;
}








#s-1ba774d0-9d27-4ed6-91af-da84f0dd955d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba774d0-9d27-4ed6-91af-da84f0dd955d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.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;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-51155669-c887-4a54-966f-75465cd5798f {
  padding-bottom: 10px;
}

#s-b8e89cb7-4c57-4447-8af7-5258387d0e26 {
  
}

@media (min-width: 0px) {
[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b8e89cb7-4c57-4447-8af7-5258387d0e26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-192d36fe-2f44-4354-88e4-52e5435c20a3 {
  min-height: 50px;
}








#s-192d36fe-2f44-4354-88e4-52e5435c20a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192d36fe-2f44-4354-88e4-52e5435c20a3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-7d845541-6c27-4a2c-9b48-d268f0ac20ce {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-7d845541-6c27-4a2c-9b48-d268f0ac20ce img.shogun-image {
    
    width: px;
  }


#s-7d845541-6c27-4a2c-9b48-d268f0ac20ce .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-26d8bb07-81ce-4b2a-bd0e-a3f09be95dae {
  min-height: 50px;
}








#s-26d8bb07-81ce-4b2a-bd0e-a3f09be95dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d8bb07-81ce-4b2a-bd0e-a3f09be95dae.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6e42d4fb-423c-47e2-ad3f-5dd7ff937781 {
  text-align: center;
}




  #s-6e42d4fb-423c-47e2-ad3f-5dd7ff937781 img.shogun-image {
    
    width: px;
  }


#s-6e42d4fb-423c-47e2-ad3f-5dd7ff937781 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-4875a7d7-c3ad-4426-901e-7dae66535468 {
  min-height: 50px;
}








#s-4875a7d7-c3ad-4426-901e-7dae66535468 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4875a7d7-c3ad-4426-901e-7dae66535468.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f9ba0786-1716-4fa6-ae02-dbdc922fafde {
  text-align: center;
}




  #s-f9ba0786-1716-4fa6-ae02-dbdc922fafde img.shogun-image {
    
    width: px;
  }


#s-f9ba0786-1716-4fa6-ae02-dbdc922fafde .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3cb90446-9890-4a9f-95fd-475fabca19ba {
  min-height: 50px;
}








#s-3cb90446-9890-4a9f-95fd-475fabca19ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb90446-9890-4a9f-95fd-475fabca19ba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f3d4d4ac-534a-47a8-9ab6-4da5fb09db66 {
  text-align: center;
}




  #s-f3d4d4ac-534a-47a8-9ab6-4da5fb09db66 img.shogun-image {
    
    width: px;
  }


#s-f3d4d4ac-534a-47a8-9ab6-4da5fb09db66 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f {
  
}

@media (min-width: 0px) {
[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f0fb2ef1-bf74-41d7-b47e-7e20d8d4e16f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-5e705dc9-fa7f-4f7d-b80d-b85b076050c9 {
  min-height: 50px;
}








#s-5e705dc9-fa7f-4f7d-b80d-b85b076050c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e705dc9-fa7f-4f7d-b80d-b85b076050c9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-48022347-62e3-4098-bb74-9b2deb016c91 {
  text-align: center;
}




  #s-48022347-62e3-4098-bb74-9b2deb016c91 img.shogun-image {
    
    width: px;
  }


#s-48022347-62e3-4098-bb74-9b2deb016c91 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-816d36c3-01ad-4eba-bd6c-ba9a8af2d8ef {
  min-height: 50px;
}








#s-816d36c3-01ad-4eba-bd6c-ba9a8af2d8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816d36c3-01ad-4eba-bd6c-ba9a8af2d8ef.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-337d7921-409b-487c-99c0-c4b66a58376e {
  text-align: center;
}




  #s-337d7921-409b-487c-99c0-c4b66a58376e img.shogun-image {
    
    width: px;
  }


#s-337d7921-409b-487c-99c0-c4b66a58376e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2f46a7cc-eb47-4553-9135-4ee2a5d313b2 {
  min-height: 50px;
}








#s-2f46a7cc-eb47-4553-9135-4ee2a5d313b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f46a7cc-eb47-4553-9135-4ee2a5d313b2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e925e8a2-6d27-4b9d-b5db-a4947dbe5265 {
  text-align: center;
}




  #s-e925e8a2-6d27-4b9d-b5db-a4947dbe5265 img.shogun-image {
    
    width: px;
  }


#s-e925e8a2-6d27-4b9d-b5db-a4947dbe5265 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-662e8701-8ecf-4631-8fbd-6fd67d065d8b {
  min-height: 50px;
}








#s-662e8701-8ecf-4631-8fbd-6fd67d065d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662e8701-8ecf-4631-8fbd-6fd67d065d8b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-04a3bcc7-0f01-45e3-af19-a64491666e33 {
  text-align: center;
}




  #s-04a3bcc7-0f01-45e3-af19-a64491666e33 img.shogun-image {
    
    width: px;
  }


#s-04a3bcc7-0f01-45e3-af19-a64491666e33 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-973afd22-a07f-4cf8-946d-f1ab1cf08727 {
  
}

@media (min-width: 0px) {
[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-973afd22-a07f-4cf8-946d-f1ab1cf08727"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-6dd91eb4-e50c-47ae-aff4-1316fd288cc8 {
  min-height: 50px;
}








#s-6dd91eb4-e50c-47ae-aff4-1316fd288cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd91eb4-e50c-47ae-aff4-1316fd288cc8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6070f8bc-ab36-4b51-967c-0cff9dea1378 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-6070f8bc-ab36-4b51-967c-0cff9dea1378 img.shogun-image {
    
    width: px;
  }


#s-6070f8bc-ab36-4b51-967c-0cff9dea1378 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cb4bbe6e-627b-4964-a6cc-3af349bb06ab {
  min-height: 50px;
}








#s-cb4bbe6e-627b-4964-a6cc-3af349bb06ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4bbe6e-627b-4964-a6cc-3af349bb06ab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-efb24d28-5267-4270-91d0-441d71bf12b1 {
  text-align: center;
}




  #s-efb24d28-5267-4270-91d0-441d71bf12b1 img.shogun-image {
    
    width: px;
  }


#s-efb24d28-5267-4270-91d0-441d71bf12b1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6e2e30c8-999f-4fd7-964a-a74a1b39757f {
  min-height: 50px;
}








#s-6e2e30c8-999f-4fd7-964a-a74a1b39757f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e2e30c8-999f-4fd7-964a-a74a1b39757f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-95346533-bdd3-4696-bf03-849271124d69 {
  text-align: center;
}




  #s-95346533-bdd3-4696-bf03-849271124d69 img.shogun-image {
    
    width: px;
  }


#s-95346533-bdd3-4696-bf03-849271124d69 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-08900f95-6d58-44ce-94db-46c1e58decb4 {
  min-height: 50px;
}








#s-08900f95-6d58-44ce-94db-46c1e58decb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08900f95-6d58-44ce-94db-46c1e58decb4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-df09b766-6c0b-472f-b9e4-9808e60252c6 {
  min-height: 50px;
}








#s-df09b766-6c0b-472f-b9e4-9808e60252c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df09b766-6c0b-472f-b9e4-9808e60252c6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5ee70f22-40a0-4fee-b472-6dee91dd52ea {
  text-align: center;
}




  #s-5ee70f22-40a0-4fee-b472-6dee91dd52ea img.shogun-image {
    
    width: px;
  }


#s-5ee70f22-40a0-4fee-b472-6dee91dd52ea .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-232ac783-4d3b-4f6d-a19c-d0016b77b79d {
  text-align: center;
}




  #s-232ac783-4d3b-4f6d-a19c-d0016b77b79d img.shogun-image {
    
    width: px;
  }


#s-232ac783-4d3b-4f6d-a19c-d0016b77b79d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d {
  display: none;
}
#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d, #wrap-s-a3e8e56d-c21b-4a0b-84e8-f781374d926d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d {
  display: none;
}
#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d, #wrap-s-a3e8e56d-c21b-4a0b-84e8-f781374d926d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d {
  display: none;
}
#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d, #wrap-s-a3e8e56d-c21b-4a0b-84e8-f781374d926d { display:none !important; }}@media (max-width: 767px){#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d {
  display: none;
}
#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d, #wrap-s-a3e8e56d-c21b-4a0b-84e8-f781374d926d { display:none !important; }}







#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e8e56d-c21b-4a0b-84e8-f781374d926d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7a1ae590-1d59-4034-8f74-4321d89a3d06 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-70cabffc-f7b6-499c-a628-86103deff68b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ed65dc29-a921-4eff-856c-e3850c0bc015 {
  text-align: center;
}




  #s-ed65dc29-a921-4eff-856c-e3850c0bc015 img.shogun-image {
    
    width: px;
  }


#s-ed65dc29-a921-4eff-856c-e3850c0bc015 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-433e733e-c7fc-4017-b97b-ab3716a3fec3 {
  text-align: center;
}




  #s-433e733e-c7fc-4017-b97b-ab3716a3fec3 img.shogun-image {
    
    width: px;
  }


#s-433e733e-c7fc-4017-b97b-ab3716a3fec3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-706504bd-b263-4be9-ab94-3621a9caea7d {
  text-align: center;
}




  #s-706504bd-b263-4be9-ab94-3621a9caea7d img.shogun-image {
    
    width: px;
  }


#s-706504bd-b263-4be9-ab94-3621a9caea7d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6a8fe1df-a479-4a63-b052-3cea1ce4064b {
  text-align: center;
}




  #s-6a8fe1df-a479-4a63-b052-3cea1ce4064b img.shogun-image {
    
    width: px;
  }


#s-6a8fe1df-a479-4a63-b052-3cea1ce4064b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-f6701ab0-199d-4a23-8800-1a97e2d7e952 {
  text-align: center;
}




  #s-f6701ab0-199d-4a23-8800-1a97e2d7e952 img.shogun-image {
    
    width: px;
  }


#s-f6701ab0-199d-4a23-8800-1a97e2d7e952 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9c677191-a474-4508-b59a-3fb414308c6d {
  text-align: center;
}




  #s-9c677191-a474-4508-b59a-3fb414308c6d img.shogun-image {
    
    width: px;
  }


#s-9c677191-a474-4508-b59a-3fb414308c6d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a91a1e0e-f58d-4c79-9874-1766ea74a38f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-68b12347-d919-44df-8de4-e375ed5d85d2 {
  text-align: center;
}




  #s-68b12347-d919-44df-8de4-e375ed5d85d2 img.shogun-image {
    
    width: px;
  }


#s-68b12347-d919-44df-8de4-e375ed5d85d2 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-f3a5bf97-3317-44f0-a6bc-42f4f6d5b94f {
  text-align: center;
}




  #s-f3a5bf97-3317-44f0-a6bc-42f4f6d5b94f img.shogun-image {
    
    width: px;
  }


#s-f3a5bf97-3317-44f0-a6bc-42f4f6d5b94f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-fa4cbb00-6d02-41ec-968c-6b697ca7457a {
  text-align: center;
}




  #s-fa4cbb00-6d02-41ec-968c-6b697ca7457a img.shogun-image {
    
    width: px;
  }


#s-fa4cbb00-6d02-41ec-968c-6b697ca7457a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c0016082-400a-4918-8524-11549e61193a {
  text-align: center;
}




  #s-c0016082-400a-4918-8524-11549e61193a img.shogun-image {
    
    width: px;
  }


#s-c0016082-400a-4918-8524-11549e61193a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-627e94d1-e853-4768-8a44-416dfb0d35c6 {
  text-align: center;
}




  #s-627e94d1-e853-4768-8a44-416dfb0d35c6 img.shogun-image {
    
    width: px;
  }


#s-627e94d1-e853-4768-8a44-416dfb0d35c6 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3a189119-949b-43a6-a049-920c23913acc {
  text-align: center;
}




  #s-3a189119-949b-43a6-a049-920c23913acc img.shogun-image {
    
    width: px;
  }


#s-3a189119-949b-43a6-a049-920c23913acc .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9305d3bd-9e8c-40f0-8956-afab8fd18e48 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (max-width: 767px){#s-9305d3bd-9e8c-40f0-8956-afab8fd18e48 {
  display: none;
}
#s-9305d3bd-9e8c-40f0-8956-afab8fd18e48, #wrap-s-9305d3bd-9e8c-40f0-8956-afab8fd18e48 { display:none !important; }}







#s-9305d3bd-9e8c-40f0-8956-afab8fd18e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9305d3bd-9e8c-40f0-8956-afab8fd18e48.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4525eea1-5bb4-40c0-a853-c7f8fac85a55 {
  
}

@media (min-width: 0px) {
[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4525eea1-5bb4-40c0-a853-c7f8fac85a55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36b90a8e-978c-43eb-9d10-92ca21322aed {
  min-height: 400px;
}








#s-36b90a8e-978c-43eb-9d10-92ca21322aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b90a8e-978c-43eb-9d10-92ca21322aed.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8e191833-0db0-4aee-bfd8-d0be52b84385 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e69dc2ab-9a8c-4eba-aeb1-092b699a2883 {
  min-height: 400px;
}








#s-e69dc2ab-9a8c-4eba-aeb1-092b699a2883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e69dc2ab-9a8c-4eba-aeb1-092b699a2883.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2e148846-d654-4939-829d-fe0d65a9e4e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e148846-d654-4939-829d-fe0d65a9e4e0 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6de42ef-7542-487f-bf30-d783d9532ac7 {
  
}

@media (min-width: 0px) {
[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6de42ef-7542-487f-bf30-d783d9532ac7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-357ce246-73f0-4d87-8ed6-67920e3faa83 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-357ce246-73f0-4d87-8ed6-67920e3faa83:hover {padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-357ce246-73f0-4d87-8ed6-67920e3faa83:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-357ce246-73f0-4d87-8ed6-67920e3faa83.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 {
  display: none;
}
#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358, #wrap-s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 {
  display: none;
}
#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358, #wrap-s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 {
  display: none;
}
#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358, #wrap-s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 { display:none !important; }}@media (max-width: 767px){#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 {
  display: none;
}
#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358, #wrap-s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 { display:none !important; }}







#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ca5ea8-fc32-410f-8bab-abd6eedbc358.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ad660a8e-c133-4165-9e1f-dcd35b5605ec {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e3bcc3cd-511f-4fb4-84a3-340101fab0cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-38e33e75-d161-44ed-85d4-f33f52090955 {
  text-align: center;
}




  #s-38e33e75-d161-44ed-85d4-f33f52090955 img.shogun-image {
    
    width: px;
  }


#s-38e33e75-d161-44ed-85d4-f33f52090955 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cc75d243-2972-475e-bd45-9d34d1b48a9f {
  text-align: center;
}




  #s-cc75d243-2972-475e-bd45-9d34d1b48a9f img.shogun-image {
    
    width: px;
  }


#s-cc75d243-2972-475e-bd45-9d34d1b48a9f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fc96244-87a2-4ecf-9223-9aac28b2dc68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9c65ce82-e86e-404f-97d0-60955fe8aa5b {
  text-align: center;
}




  #s-9c65ce82-e86e-404f-97d0-60955fe8aa5b img.shogun-image {
    
    width: px;
  }


#s-9c65ce82-e86e-404f-97d0-60955fe8aa5b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-84092bbc-ead7-4062-b031-1f0c81ba054b {
  text-align: center;
}




  #s-84092bbc-ead7-4062-b031-1f0c81ba054b img.shogun-image {
    
    width: px;
  }


#s-84092bbc-ead7-4062-b031-1f0c81ba054b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7137e6d3-1ab0-4ed8-bccd-fe0c40f0fba0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-40d82157-ff00-4b72-9d38-9c8176fc5d81 {
  text-align: center;
}




  #s-40d82157-ff00-4b72-9d38-9c8176fc5d81 img.shogun-image {
    
    width: px;
  }


#s-40d82157-ff00-4b72-9d38-9c8176fc5d81 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5dd8b0f0-4386-4ff5-946b-0a0f9d56f5ab {
  text-align: center;
}




  #s-5dd8b0f0-4386-4ff5-946b-0a0f9d56f5ab img.shogun-image {
    
    width: px;
  }


#s-5dd8b0f0-4386-4ff5-946b-0a0f9d56f5ab .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-391a3c1c-981d-4b54-9e1b-cb145de8dc70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3071a07c-f557-4c04-850d-4d10a9a1734a {
  text-align: center;
}




  #s-3071a07c-f557-4c04-850d-4d10a9a1734a img.shogun-image {
    
    width: px;
  }


#s-3071a07c-f557-4c04-850d-4d10a9a1734a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-15b134a7-ec58-4e25-a2f3-448b666990e8 {
  text-align: center;
}




  #s-15b134a7-ec58-4e25-a2f3-448b666990e8 img.shogun-image {
    
    width: px;
  }


#s-15b134a7-ec58-4e25-a2f3-448b666990e8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9e664fa4-44b2-439e-b0ce-9f1183e4036c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5d717e10-ab7c-43ba-a44e-0c72740181b8 {
  text-align: center;
}




  #s-5d717e10-ab7c-43ba-a44e-0c72740181b8 img.shogun-image {
    
    width: px;
  }


#s-5d717e10-ab7c-43ba-a44e-0c72740181b8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1f8304bd-f06f-4125-a052-92b5ba620b04 {
  text-align: center;
}




  #s-1f8304bd-f06f-4125-a052-92b5ba620b04 img.shogun-image {
    
    width: px;
  }


#s-1f8304bd-f06f-4125-a052-92b5ba620b04 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8833c50e-1495-45a3-9abf-6f8bbaca4bef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dacee641-eb91-492f-bc48-7ef0b30f7210 {
  text-align: center;
}




  #s-dacee641-eb91-492f-bc48-7ef0b30f7210 img.shogun-image {
    
    width: px;
  }


#s-dacee641-eb91-492f-bc48-7ef0b30f7210 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9260247e-8718-4dd6-8186-bb4ea224704b {
  text-align: center;
}




  #s-9260247e-8718-4dd6-8186-bb4ea224704b img.shogun-image {
    
    width: px;
  }


#s-9260247e-8718-4dd6-8186-bb4ea224704b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb {
  min-height: 215px;
}
@media (min-width: 1200px){#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb {
  display: none;
}
#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb, #wrap-s-8ebc2549-6f60-43f3-9cfc-835ca2682beb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb {
  display: none;
}
#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb, #wrap-s-8ebc2549-6f60-43f3-9cfc-835ca2682beb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb {
  display: none;
}
#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb, #wrap-s-8ebc2549-6f60-43f3-9cfc-835ca2682beb { display:none !important; }}







#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebc2549-6f60-43f3-9cfc-835ca2682beb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0a63c2a6-f594-4801-bfb7-eac06f87be72 {
  min-height: 215px;
}








#s-0a63c2a6-f594-4801-bfb7-eac06f87be72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a63c2a6-f594-4801-bfb7-eac06f87be72.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e40dccc3-1449-4909-a389-f0419da07271 {
  padding-top: 20px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-e40dccc3-1449-4909-a389-f0419da07271 {
  display: none;
}
#s-e40dccc3-1449-4909-a389-f0419da07271, #wrap-s-e40dccc3-1449-4909-a389-f0419da07271 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e40dccc3-1449-4909-a389-f0419da07271 {
  display: none;
}
#s-e40dccc3-1449-4909-a389-f0419da07271, #wrap-s-e40dccc3-1449-4909-a389-f0419da07271 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e40dccc3-1449-4909-a389-f0419da07271 {
  display: none;
}
#s-e40dccc3-1449-4909-a389-f0419da07271, #wrap-s-e40dccc3-1449-4909-a389-f0419da07271 { display:none !important; }}
#s-6738916b-e7fa-481d-8513-f4eb807e4c5c {
  
}

@media (min-width: 0px) {
[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6738916b-e7fa-481d-8513-f4eb807e4c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-8f7a79c1-cdeb-4037-a806-d67cdc7f3e14 {
  min-height: 50px;
}








#s-8f7a79c1-cdeb-4037-a806-d67cdc7f3e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7a79c1-cdeb-4037-a806-d67cdc7f3e14.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-06d01a5b-f90b-4a6f-ab91-6474eddedadf {
  text-align: center;
}




  #s-06d01a5b-f90b-4a6f-ab91-6474eddedadf img.shogun-image {
    
    width: px;
  }


#s-06d01a5b-f90b-4a6f-ab91-6474eddedadf .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8c4026d2-e2a5-4d4c-bd00-f1a32c7c4cf1 {
  min-height: 50px;
}








#s-8c4026d2-e2a5-4d4c-bd00-f1a32c7c4cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c4026d2-e2a5-4d4c-bd00-f1a32c7c4cf1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ffe20b82-62bc-4da2-b724-0e44527194e8 {
  text-align: center;
}




  #s-ffe20b82-62bc-4da2-b724-0e44527194e8 img.shogun-image {
    
    width: px;
  }


#s-ffe20b82-62bc-4da2-b724-0e44527194e8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee {
  
}

@media (min-width: 0px) {
[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2b07f72a-cfd8-47a1-b254-c8c32c4dd3ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-78fc3fe3-d14a-4c51-b693-4d4ea5c37d99 {
  min-height: 50px;
}








#s-78fc3fe3-d14a-4c51-b693-4d4ea5c37d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78fc3fe3-d14a-4c51-b693-4d4ea5c37d99.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5e0950fc-dd16-471e-8faf-c63f098c0f44 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-5e0950fc-dd16-471e-8faf-c63f098c0f44 img.shogun-image {
    
    width: px;
  }


#s-5e0950fc-dd16-471e-8faf-c63f098c0f44 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6b793877-3c6d-4120-ab9a-931afe4db079 {
  min-height: 50px;
}








#s-6b793877-3c6d-4120-ab9a-931afe4db079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b793877-3c6d-4120-ab9a-931afe4db079.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2d2330d0-9fa6-4483-a55a-b7c087196c36 {
  text-align: center;
}




  #s-2d2330d0-9fa6-4483-a55a-b7c087196c36 img.shogun-image {
    
    width: px;
  }


#s-2d2330d0-9fa6-4483-a55a-b7c087196c36 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5 {
  
}

@media (min-width: 0px) {
[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3ed9e127-f12a-4bbd-8fd6-c2d38cb316f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d6ff9e76-1c9c-4552-ada7-b9e5f4b0cbf5 {
  min-height: 50px;
}








#s-d6ff9e76-1c9c-4552-ada7-b9e5f4b0cbf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ff9e76-1c9c-4552-ada7-b9e5f4b0cbf5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-19d81847-c1b9-469b-ba52-c9c7b060e65a {
  text-align: center;
}




  #s-19d81847-c1b9-469b-ba52-c9c7b060e65a img.shogun-image {
    
    width: px;
  }


#s-19d81847-c1b9-469b-ba52-c9c7b060e65a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-bbba2dd7-7764-4bb9-96a2-09afccbca7dc {
  min-height: 50px;
}








#s-bbba2dd7-7764-4bb9-96a2-09afccbca7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbba2dd7-7764-4bb9-96a2-09afccbca7dc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-22ba52a6-9129-49c5-8931-062ffbd1862d {
  text-align: center;
}




  #s-22ba52a6-9129-49c5-8931-062ffbd1862d img.shogun-image {
    
    width: px;
  }


#s-22ba52a6-9129-49c5-8931-062ffbd1862d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8835c31c-aef5-4d43-8aae-80001366ef4f {
  
}

@media (min-width: 0px) {
[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8835c31c-aef5-4d43-8aae-80001366ef4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-0ddafb36-c6fb-4d61-bb64-edc275f7e83b {
  min-height: 50px;
}








#s-0ddafb36-c6fb-4d61-bb64-edc275f7e83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ddafb36-c6fb-4d61-bb64-edc275f7e83b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2590ad82-556f-496f-8648-ca8216fb65aa {
  text-align: center;
}




  #s-2590ad82-556f-496f-8648-ca8216fb65aa img.shogun-image {
    
    width: px;
  }


#s-2590ad82-556f-496f-8648-ca8216fb65aa .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-db3c3fe7-08a8-4bee-a603-5dd503bff671 {
  min-height: 50px;
}








#s-db3c3fe7-08a8-4bee-a603-5dd503bff671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3c3fe7-08a8-4bee-a603-5dd503bff671.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a926cb63-7d21-457c-943f-74261dd0044e {
  text-align: center;
}




  #s-a926cb63-7d21-457c-943f-74261dd0044e img.shogun-image {
    
    width: px;
  }


#s-a926cb63-7d21-457c-943f-74261dd0044e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7ccaa41a-1433-408d-a6f6-e918eb1034a2 {
  
}

@media (min-width: 0px) {
[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-7ccaa41a-1433-408d-a6f6-e918eb1034a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-2c27765a-3c1c-4d6f-8301-60516acc0bad {
  min-height: 50px;
}








#s-2c27765a-3c1c-4d6f-8301-60516acc0bad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c27765a-3c1c-4d6f-8301-60516acc0bad.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-28900523-3f4b-4540-84cb-2835f42064d9 {
  text-align: center;
}




  #s-28900523-3f4b-4540-84cb-2835f42064d9 img.shogun-image {
    
    width: px;
  }


#s-28900523-3f4b-4540-84cb-2835f42064d9 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-66926f57-72c8-4d02-a4ad-b331d6f27154 {
  min-height: 50px;
}








#s-66926f57-72c8-4d02-a4ad-b331d6f27154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66926f57-72c8-4d02-a4ad-b331d6f27154.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a34719c8-1294-4ac4-a3c5-9284cd69017b {
  text-align: center;
}




  #s-a34719c8-1294-4ac4-a3c5-9284cd69017b img.shogun-image {
    
    width: px;
  }


#s-a34719c8-1294-4ac4-a3c5-9284cd69017b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-0a16931a-90b7-445f-9dc4-866355d02e59 {
  
}

@media (min-width: 0px) {
[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0a16931a-90b7-445f-9dc4-866355d02e59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-28ae3eae-47f6-4ed8-8f06-715bbf04bc67 {
  min-height: 50px;
}








#s-28ae3eae-47f6-4ed8-8f06-715bbf04bc67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28ae3eae-47f6-4ed8-8f06-715bbf04bc67.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-72173521-80ad-4435-9d72-ae056ac030be {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}




  #s-72173521-80ad-4435-9d72-ae056ac030be img.shogun-image {
    
    width: px;
  }


#s-72173521-80ad-4435-9d72-ae056ac030be .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-0a6bcdc0-6e46-414a-a7b1-128dc143c763 {
  min-height: 50px;
}








#s-0a6bcdc0-6e46-414a-a7b1-128dc143c763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6bcdc0-6e46-414a-a7b1-128dc143c763.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d7c6fd80-44bb-43c5-8da2-527807dc340b {
  min-height: 50px;
}








#s-d7c6fd80-44bb-43c5-8da2-527807dc340b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7c6fd80-44bb-43c5-8da2-527807dc340b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-55e37d74-e016-47e8-8f76-68308dd186b8 {
  text-align: center;
}




  #s-55e37d74-e016-47e8-8f76-68308dd186b8 img.shogun-image {
    
    width: px;
  }


#s-55e37d74-e016-47e8-8f76-68308dd186b8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-fd72f9aa-45a0-4a01-bdda-40d3c80afb35 {
  text-align: center;
}




  #s-fd72f9aa-45a0-4a01-bdda-40d3c80afb35 img.shogun-image {
    
    width: px;
  }


#s-fd72f9aa-45a0-4a01-bdda-40d3c80afb35 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (min-width: 1200px){#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 {
  display: none;
}
#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19, #wrap-s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 {
  display: none;
}
#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19, #wrap-s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 {
  display: none;
}
#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19, #wrap-s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 { display:none !important; }}







#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e49da1e5-3c02-4512-8b8e-54b973dcbb19.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7f533159-8242-41ad-bf5e-9b3695a5ae3d {
  padding-bottom: 10px;
text-align: center;
}

#s-7f533159-8242-41ad-bf5e-9b3695a5ae3d .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e444eff-2877-4724-8ea3-216422b76ddd {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}

#s-4492787c-7a26-4d7a-95bf-17244a7103da {
  margin-left: 20px;
margin-right: 20px;
}

#s-4718fc19-4b03-4a2f-ae0d-fbf054e694f4 {
  margin-left: 75px;
margin-right: 75px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-4718fc19-4b03-4a2f-ae0d-fbf054e694f4:hover {margin-left: 75px !important;
margin-right: 75px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-4718fc19-4b03-4a2f-ae0d-fbf054e694f4:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-4718fc19-4b03-4a2f-ae0d-fbf054e694f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 {
  display: none;
}
#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451, #wrap-s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 {
  display: none;
}
#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451, #wrap-s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 {
  
}
}@media (max-width: 767px){#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 {
  
}
}







#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb0d48fd-ae0c-4cbd-b3d3-0f686a761451.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-635ee647-07fa-4af4-9174-c19e94d04b9c {
  min-height: 50px;
}








#s-635ee647-07fa-4af4-9174-c19e94d04b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-635ee647-07fa-4af4-9174-c19e94d04b9c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-26f79542-96f5-45a1-8cf0-4510c1279fc3 {
  margin-top: 15px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-26f79542-96f5-45a1-8cf0-4510c1279fc3 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19b1921f-a19e-497d-ae5c-d1553db5c35a {
  margin-top: -10px;
margin-left: 50px;
margin-bottom: -10px;
margin-right: 50px;
}

#s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-cddeb9d7-5f8b-4ddb-949d-d0e8b92cc378"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

#s-c8a3d602-8584-44b2-9326-878d4d012579 {
  min-height: 50px;
}








#s-c8a3d602-8584-44b2-9326-878d4d012579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8a3d602-8584-44b2-9326-878d4d012579.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ae66a3f8-1ec1-417f-8927-37dc4fa794f7 {
  text-align: center;
}




  #s-ae66a3f8-1ec1-417f-8927-37dc4fa794f7 img.shogun-image {
    
    width: px;
  }


#s-ae66a3f8-1ec1-417f-8927-37dc4fa794f7 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-475091ab-fdbd-4c88-a087-9e0643516ab3 {
  margin-top: 15px;
margin-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}

#s-1dfb43bd-2e9f-4170-8952-763373cefa86 {
  min-height: 50px;
}








#s-1dfb43bd-2e9f-4170-8952-763373cefa86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dfb43bd-2e9f-4170-8952-763373cefa86.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-21c3e11a-94b2-4bcd-ab66-066c229a6b4e {
  text-align: center;
}




  #s-21c3e11a-94b2-4bcd-ab66-066c229a6b4e img.shogun-image {
    
    width: px;
  }


#s-21c3e11a-94b2-4bcd-ab66-066c229a6b4e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1e539639-dbf7-4b32-93ac-64fd5fe5185a {
  margin-top: 15px;
margin-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}

#s-ed807bd2-f3e8-4438-84f6-497b48aabe6f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-ed807bd2-f3e8-4438-84f6-497b48aabe6f:hover {padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-ed807bd2-f3e8-4438-84f6-497b48aabe6f:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-ed807bd2-f3e8-4438-84f6-497b48aabe6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 {
  display: none;
}
#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7, #wrap-s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 {
  display: none;
}
#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7, #wrap-s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 {
  display: none;
}
#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7, #wrap-s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 { display:none !important; }}@media (max-width: 767px){#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 {
  display: none;
}
#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7, #wrap-s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 { display:none !important; }}







#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64f9a62-53ae-40cf-b34a-51615cf1a2e7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-078d7296-78c1-4f4f-8c78-41f688546b98 {
  min-height: 50px;
}








#s-078d7296-78c1-4f4f-8c78-41f688546b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078d7296-78c1-4f4f-8c78-41f688546b98.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3e73320f-b4cb-43d2-9714-c502d5b30a93 {
  padding-bottom: 10px;
text-align: center;
}

#s-3e73320f-b4cb-43d2-9714-c502d5b30a93 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-457d470c-849c-4895-8d50-00d1bd5f03a6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8fec2004-201a-4662-a156-584cd074600d {
  min-height: 50px;
}








#s-8fec2004-201a-4662-a156-584cd074600d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fec2004-201a-4662-a156-584cd074600d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e09e4cce-15db-41cb-9b48-9e39ae4e8756 {
  text-align: center;
}




  #s-e09e4cce-15db-41cb-9b48-9e39ae4e8756 img.shogun-image {
    
    width: px;
  }


#s-e09e4cce-15db-41cb-9b48-9e39ae4e8756 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ebd49e8e-68be-48e0-917b-caceb19f5d33 {
  margin-top: 15px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

#s-4043a046-f304-474e-b014-4b04ea86313f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(232, 238, 244, 0.5);
}
@media (min-width: 1200px){#s-4043a046-f304-474e-b014-4b04ea86313f {
  display: none;
}
#s-4043a046-f304-474e-b014-4b04ea86313f, #wrap-s-4043a046-f304-474e-b014-4b04ea86313f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4043a046-f304-474e-b014-4b04ea86313f {
  display: none;
}
#s-4043a046-f304-474e-b014-4b04ea86313f, #wrap-s-4043a046-f304-474e-b014-4b04ea86313f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4043a046-f304-474e-b014-4b04ea86313f {
  
}
}@media (max-width: 767px){#s-4043a046-f304-474e-b014-4b04ea86313f {
  
}
}







#s-4043a046-f304-474e-b014-4b04ea86313f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4043a046-f304-474e-b014-4b04ea86313f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0079ed47-1e53-428d-9cd7-301309433dd6 {
  padding-bottom: 10px;
text-align: center;
}

#s-0079ed47-1e53-428d-9cd7-301309433dd6 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3f5aa4ef-e797-4e8e-bfbc-c41e75192615"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1106458c-60e6-4ad5-8213-e5b6b8a92679 {
  min-height: 50px;
}








#s-1106458c-60e6-4ad5-8213-e5b6b8a92679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1106458c-60e6-4ad5-8213-e5b6b8a92679.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e074d7d2-fbc5-411b-8eec-899f0e2f38fd {
  text-align: center;
}




  #s-e074d7d2-fbc5-411b-8eec-899f0e2f38fd img.shogun-image {
    
    width: px;
  }


#s-e074d7d2-fbc5-411b-8eec-899f0e2f38fd .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ce86b958-edc2-4126-92ca-0045c8d8b77d {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-ae693ea8-1014-4663-9e5a-b69d2d664ea7 {
  min-height: 50px;
}








#s-ae693ea8-1014-4663-9e5a-b69d2d664ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae693ea8-1014-4663-9e5a-b69d2d664ea7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6adb4554-fc8c-499d-9b4c-5b68d6212a2f {
  text-align: center;
}




  #s-6adb4554-fc8c-499d-9b4c-5b68d6212a2f img.shogun-image {
    
    width: px;
  }


#s-6adb4554-fc8c-499d-9b4c-5b68d6212a2f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b43c35f7-5c3b-492d-8cd5-84ecb2438db3 {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c {
  display: none;
}
#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c, #wrap-s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c { display:none !important; }}@media (max-width: 767px){#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c {
  display: none;
}
#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c, #wrap-s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c { display:none !important; }}







#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec0b2ad2-8039-4fcd-a1b4-d223e674422c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-425e314d-c29d-429d-a804-23808dda48b9 {
  min-height: 50px;
}








#s-425e314d-c29d-429d-a804-23808dda48b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425e314d-c29d-429d-a804-23808dda48b9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-10278296-ada3-4868-9870-f0b34c2a5cdf {
  margin-top: 15px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-10278296-ada3-4868-9870-f0b34c2a5cdf .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6094123f-b3cc-45dc-ba83-14550a4b2a74 {
  margin-top: -10px;
margin-left: 200px;
margin-bottom: -10px;
margin-right: 200px;
}

#s-0c272bb9-e107-46ab-b2ef-dc055be94987 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-0c272bb9-e107-46ab-b2ef-dc055be94987"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-6d2bed7c-4c7a-4f98-b43f-5af5323efe39 {
  min-height: 50px;
}








#s-6d2bed7c-4c7a-4f98-b43f-5af5323efe39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d2bed7c-4c7a-4f98-b43f-5af5323efe39.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-77b4605b-2f01-4340-9dcc-604d94c7411f {
  text-align: center;
}




  #s-77b4605b-2f01-4340-9dcc-604d94c7411f img.shogun-image {
    
    width: px;
  }


#s-77b4605b-2f01-4340-9dcc-604d94c7411f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-035489d0-f42f-4713-b4fc-4e408367440f {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-a73cf0bc-4f5e-49a5-b0c7-cfcd8f06b6fc {
  min-height: 50px;
}








#s-a73cf0bc-4f5e-49a5-b0c7-cfcd8f06b6fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a73cf0bc-4f5e-49a5-b0c7-cfcd8f06b6fc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-edd8c183-7070-4fee-9193-4f5704a4650f {
  text-align: center;
}




  #s-edd8c183-7070-4fee-9193-4f5704a4650f img.shogun-image {
    
    width: px;
  }


#s-edd8c183-7070-4fee-9193-4f5704a4650f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-fe8cf7f1-4537-47c8-87c5-34a72c9346fc {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-8b694408-5df9-4cf5-8db9-de2429f3549f {
  min-height: 50px;
}








#s-8b694408-5df9-4cf5-8db9-de2429f3549f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b694408-5df9-4cf5-8db9-de2429f3549f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-390dac50-c202-4807-9e02-bbe85e6abe89 {
  text-align: center;
}




  #s-390dac50-c202-4807-9e02-bbe85e6abe89 img.shogun-image {
    
    width: px;
  }


#s-390dac50-c202-4807-9e02-bbe85e6abe89 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-0bd0e5af-e5cd-45d1-a963-c2d41e27bb2e {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-11796ad4-6bea-4be8-8f79-4a41d9e14598 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-11796ad4-6bea-4be8-8f79-4a41d9e14598:hover {padding-top: 10px !important;
padding-bottom: 10px !important;
background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-11796ad4-6bea-4be8-8f79-4a41d9e14598:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-11796ad4-6bea-4be8-8f79-4a41d9e14598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 {
  padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-color: rgba(232, 238, 244, 0.5);
}
@media (min-width: 1200px){#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 {
  display: none;
}
#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5, #wrap-s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 { display:none !important; }}@media (max-width: 767px){#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 {
  display: none;
}
#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5, #wrap-s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 { display:none !important; }}







#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd28c17-8f16-40a9-9680-2a4a766e45d5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4b324e3b-b70f-4a52-ad12-900063f78f2c {
  padding-bottom: 10px;
text-align: center;
}

#s-4b324e3b-b70f-4a52-ad12-900063f78f2c .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ba85205-d290-409c-8b91-eb7cc03598fd {
  margin-left: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 25px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3ba85205-d290-409c-8b91-eb7cc03598fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-40f0ae43-dd10-4df8-90df-66993407a95d {
  min-height: 50px;
}








#s-40f0ae43-dd10-4df8-90df-66993407a95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40f0ae43-dd10-4df8-90df-66993407a95d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6e8572fc-4600-46d8-99ac-5489d51113c8 {
  text-align: center;
}




  #s-6e8572fc-4600-46d8-99ac-5489d51113c8 img.shogun-image {
    
    width: px;
  }


#s-6e8572fc-4600-46d8-99ac-5489d51113c8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ff64b34a-7521-482f-b87e-071139f9a12c {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-69506306-9b05-4888-8555-3acbd7150313 {
  min-height: 50px;
}








#s-69506306-9b05-4888-8555-3acbd7150313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69506306-9b05-4888-8555-3acbd7150313.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fe58f1e1-8bb1-44cb-be37-6eb5e542a91b {
  text-align: center;
}




  #s-fe58f1e1-8bb1-44cb-be37-6eb5e542a91b img.shogun-image {
    
    width: px;
  }


#s-fe58f1e1-8bb1-44cb-be37-6eb5e542a91b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-20611ca5-3930-48f0-8ee0-184eba7d60d0 {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-3984dd4a-b8aa-4c5c-a15f-f01d77a735d6 {
  min-height: 50px;
}








#s-3984dd4a-b8aa-4c5c-a15f-f01d77a735d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3984dd4a-b8aa-4c5c-a15f-f01d77a735d6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-df65b539-441c-4899-ae8f-4bc049522f09 {
  text-align: center;
}




  #s-df65b539-441c-4899-ae8f-4bc049522f09 img.shogun-image {
    
    width: px;
  }


#s-df65b539-441c-4899-ae8f-4bc049522f09 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7b0e1e4a-8686-44fe-84fb-2fbccb6a36db {
  margin-top: 15px;
margin-bottom: 25px;
padding-left: 30px;
padding-right: 30px;
}

#s-1529e3d1-656b-483e-ad70-2eb228cf7b87 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-1529e3d1-656b-483e-ad70-2eb228cf7b87 {
  display: none;
}
#s-1529e3d1-656b-483e-ad70-2eb228cf7b87, #wrap-s-1529e3d1-656b-483e-ad70-2eb228cf7b87 { display:none !important; }}







#s-1529e3d1-656b-483e-ad70-2eb228cf7b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1529e3d1-656b-483e-ad70-2eb228cf7b87.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eb2c9957-60fa-4115-adea-0e286f81fd64 {
  margin-top: 50px;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}

#s-eb2c9957-60fa-4115-adea-0e286f81fd64 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db769464-0f8f-4552-98db-bd2f6e4354c6 {
  margin-top: 10px;
margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
}

#s-da418991-2815-4f83-bb8e-3eaa90eda735 {
  min-height: 450px;
}








#s-da418991-2815-4f83-bb8e-3eaa90eda735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da418991-2815-4f83-bb8e-3eaa90eda735.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-18b66d54-08a7-480f-9f26-b8e45719edea {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-18b66d54-08a7-480f-9f26-b8e45719edea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-b9e779b9-1583-4caa-a798-a11a8de4ef53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-b9e779b9-1583-4caa-a798-a11a8de4ef53:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-b9e779b9-1583-4caa-a798-a11a8de4ef53:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-b9e779b9-1583-4caa-a798-a11a8de4ef53.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-33fc5a09-ec28-4c83-9fef-e079165f72b9 {
  
}
@media (min-width: 1200px){#s-33fc5a09-ec28-4c83-9fef-e079165f72b9 {
  display: none;
}
#s-33fc5a09-ec28-4c83-9fef-e079165f72b9, #wrap-s-33fc5a09-ec28-4c83-9fef-e079165f72b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33fc5a09-ec28-4c83-9fef-e079165f72b9 {
  display: none;
}
#s-33fc5a09-ec28-4c83-9fef-e079165f72b9, #wrap-s-33fc5a09-ec28-4c83-9fef-e079165f72b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33fc5a09-ec28-4c83-9fef-e079165f72b9 {
  display: none;
}
#s-33fc5a09-ec28-4c83-9fef-e079165f72b9, #wrap-s-33fc5a09-ec28-4c83-9fef-e079165f72b9 { display:none !important; }}







#s-33fc5a09-ec28-4c83-9fef-e079165f72b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33fc5a09-ec28-4c83-9fef-e079165f72b9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d3e56075-a35f-4352-825c-28e12a27f70f {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-d3e56075-a35f-4352-825c-28e12a27f70f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e56075-a35f-4352-825c-28e12a27f70f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-84a310ab-c6da-4e28-8a24-011ca46ddf2e {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 625px;
}








#s-84a310ab-c6da-4e28-8a24-011ca46ddf2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a310ab-c6da-4e28-8a24-011ca46ddf2e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-29b06eaa-9195-4c6e-92fc-983dc643b4ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-29b06eaa-9195-4c6e-92fc-983dc643b4ee .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f27a025d-6f85-4436-9a9e-eef13f992094 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e31698c5-c0c0-4049-8ccd-8b7fb4e50b07 {
  margin-left: 15px;
margin-bottom: 35px;
margin-right: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-e31698c5-c0c0-4049-8ccd-8b7fb4e50b07:hover {margin-left: 15px !important;
margin-bottom: 35px !important;
margin-right: 15px !important;
background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-e31698c5-c0c0-4049-8ccd-8b7fb4e50b07:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-e31698c5-c0c0-4049-8ccd-8b7fb4e50b07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-82d13af3-4e34-4479-bbf3-706df714b304 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-82d13af3-4e34-4479-bbf3-706df714b304 {
  display: none;
}
#s-82d13af3-4e34-4479-bbf3-706df714b304, #wrap-s-82d13af3-4e34-4479-bbf3-706df714b304 { display:none !important; }}







#s-82d13af3-4e34-4479-bbf3-706df714b304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d13af3-4e34-4479-bbf3-706df714b304.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5ecf4f11-f599-4324-8f64-c6d4ba51aee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6eb9e91-1a3e-44e4-826f-f0e034b3aa59 {
  min-height: 400px;
}








#s-e6eb9e91-1a3e-44e4-826f-f0e034b3aa59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6eb9e91-1a3e-44e4-826f-f0e034b3aa59.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-04f717cd-9b7d-429b-94f7-be49146be50d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04f717cd-9b7d-429b-94f7-be49146be50d .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-efc75b7a-60a3-4805-afb9-2404e7eb73e6 {
  min-height: 400px;
}








#s-efc75b7a-60a3-4805-afb9-2404e7eb73e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efc75b7a-60a3-4805-afb9-2404e7eb73e6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8cf8dab0-97cf-4f4f-a20b-48ec79f9d361 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-dc149574-22fd-4b62-a583-868a8dd25193 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dc149574-22fd-4b62-a583-868a8dd25193 {
  display: none;
}
#s-dc149574-22fd-4b62-a583-868a8dd25193, #wrap-s-dc149574-22fd-4b62-a583-868a8dd25193 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc149574-22fd-4b62-a583-868a8dd25193 {
  display: none;
}
#s-dc149574-22fd-4b62-a583-868a8dd25193, #wrap-s-dc149574-22fd-4b62-a583-868a8dd25193 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc149574-22fd-4b62-a583-868a8dd25193 {
  display: none;
}
#s-dc149574-22fd-4b62-a583-868a8dd25193, #wrap-s-dc149574-22fd-4b62-a583-868a8dd25193 { display:none !important; }}







#s-dc149574-22fd-4b62-a583-868a8dd25193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc149574-22fd-4b62-a583-868a8dd25193.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e6a0bc9a-06f6-47e8-be6a-38c6dc54e193 {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-e6a0bc9a-06f6-47e8-be6a-38c6dc54e193 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c20bf5f5-474c-4bab-b923-58e3cb596d2c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}

#s-c99b30b9-5c1b-4f55-8ce1-a466e2370a40 {
  margin-left: 20px;
margin-right: 20px;
}

#s-08fd1024-32f9-431b-a06b-640dff80f15a {
  background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
background-color: rgba(232, 238, 244, 0.5);
}
@media (min-width: 1200px){#s-08fd1024-32f9-431b-a06b-640dff80f15a {
  display: none;
}
#s-08fd1024-32f9-431b-a06b-640dff80f15a, #wrap-s-08fd1024-32f9-431b-a06b-640dff80f15a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08fd1024-32f9-431b-a06b-640dff80f15a {
  display: none;
}
#s-08fd1024-32f9-431b-a06b-640dff80f15a, #wrap-s-08fd1024-32f9-431b-a06b-640dff80f15a { display:none !important; }}@media (max-width: 767px){#s-08fd1024-32f9-431b-a06b-640dff80f15a {
  display: none;
}
#s-08fd1024-32f9-431b-a06b-640dff80f15a, #wrap-s-08fd1024-32f9-431b-a06b-640dff80f15a { display:none !important; }}







#s-08fd1024-32f9-431b-a06b-640dff80f15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08fd1024-32f9-431b-a06b-640dff80f15a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6d09be0f-38ba-4b4c-9454-e5a5e54f809f {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-6d09be0f-38ba-4b4c-9454-e5a5e54f809f .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-234f5288-4f1f-4e7e-b23a-189855a41eef {
  margin-left: 100px;
margin-right: 100px;
}

#s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8 {
  margin-left: 200px;
margin-right: 200px;
}
@media (max-width: 767px){#s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8 {
  
}
}
@media (min-width: 0px) {
[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-157db3dd-a8c1-4dd2-8af4-6cc603ac9ca8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-47f9054d-2735-432f-9a74-ac23736c3532 {
  text-align: center;
}
@media (max-width: 767px){#s-47f9054d-2735-432f-9a74-ac23736c3532 {
  
}
}



  #s-47f9054d-2735-432f-9a74-ac23736c3532 img.shogun-image {
    
    width: px;
  }


#s-47f9054d-2735-432f-9a74-ac23736c3532 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-c3c1ef0f-b665-42f9-8204-1a76790e1250 {
  
}
}@media (max-width: 767px){#s-c3c1ef0f-b665-42f9-8204-1a76790e1250 {
  
}
}
#s-f3238601-ee22-471c-a5dc-675ef15f53fc {
  text-align: center;
}
@media (max-width: 767px){#s-f3238601-ee22-471c-a5dc-675ef15f53fc {
  
}
}



  #s-f3238601-ee22-471c-a5dc-675ef15f53fc img.shogun-image {
    
    width: px;
  }


#s-f3238601-ee22-471c-a5dc-675ef15f53fc .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c5692dc0-7cb1-4b68-a7b6-6e8b2cb888f3 {
  padding-top: 0px;
}
@media (max-width: 767px){#s-c5692dc0-7cb1-4b68-a7b6-6e8b2cb888f3 {
  
}
}
#s-54cba04a-dada-449b-ae83-8748c2f2282b {
  text-align: center;
}
@media (max-width: 767px){#s-54cba04a-dada-449b-ae83-8748c2f2282b {
  
}
}



  #s-54cba04a-dada-449b-ae83-8748c2f2282b img.shogun-image {
    
    width: px;
  }


#s-54cba04a-dada-449b-ae83-8748c2f2282b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (max-width: 767px){#s-963771c7-9f82-4aff-bf95-1d67764419ac {
  
}
}
#s-b636de30-b4ad-4a2a-87ee-2b4916fb0b85 {
  margin-left: 50px;
margin-bottom: 15px;
}

#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc {
  background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
background-color: rgba(232, 238, 244, 0.5);
}
@media (min-width: 1200px){#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc {
  display: none;
}
#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc, #wrap-s-9bf625e6-bf5c-4107-90f0-5de12b679bcc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc {
  display: none;
}
#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc, #wrap-s-9bf625e6-bf5c-4107-90f0-5de12b679bcc { display:none !important; }}@media (max-width: 767px){#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc {
  display: none;
}
#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc, #wrap-s-9bf625e6-bf5c-4107-90f0-5de12b679bcc { display:none !important; }}







#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bf625e6-bf5c-4107-90f0-5de12b679bcc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-04df222a-b95b-4a29-ac03-12e022fd06b3 {
  margin-top: 15px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-04df222a-b95b-4a29-ac03-12e022fd06b3 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-148d7e5c-ffb1-4641-a2f5-de4e8740fc5c {
  margin-left: 100px;
margin-right: 100px;
}

#s-f424de36-fbe2-40cc-ba0a-9884182ffe6b {
  margin-left: 250px;
margin-right: 250px;
}
@media (max-width: 767px){#s-f424de36-fbe2-40cc-ba0a-9884182ffe6b {
  
}
}
@media (min-width: 0px) {
[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-f424de36-fbe2-40cc-ba0a-9884182ffe6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-16943233-5f28-4ad3-b761-1ee854a52ad6 {
  text-align: center;
}
@media (max-width: 767px){#s-16943233-5f28-4ad3-b761-1ee854a52ad6 {
  
}
}



  #s-16943233-5f28-4ad3-b761-1ee854a52ad6 img.shogun-image {
    
    width: px;
  }


#s-16943233-5f28-4ad3-b761-1ee854a52ad6 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-126db74a-8cc9-498e-985d-79d8e578399e {
  
}
}@media (max-width: 767px){#s-126db74a-8cc9-498e-985d-79d8e578399e {
  
}
}
#s-31a958cd-8c8f-4af0-864f-1f9adf0de875 {
  text-align: center;
}
@media (max-width: 767px){#s-31a958cd-8c8f-4af0-864f-1f9adf0de875 {
  
}
}



  #s-31a958cd-8c8f-4af0-864f-1f9adf0de875 img.shogun-image {
    
    width: px;
  }


#s-31a958cd-8c8f-4af0-864f-1f9adf0de875 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5d950599-d9bf-4094-b21e-cc045dfd93ff {
  padding-top: 0px;
}
@media (max-width: 767px){#s-5d950599-d9bf-4094-b21e-cc045dfd93ff {
  
}
}
#s-e144d5e7-b463-48c2-94ef-369aea94f6df {
  text-align: center;
}
@media (max-width: 767px){#s-e144d5e7-b463-48c2-94ef-369aea94f6df {
  
}
}



  #s-e144d5e7-b463-48c2-94ef-369aea94f6df img.shogun-image {
    
    width: px;
  }


#s-e144d5e7-b463-48c2-94ef-369aea94f6df .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

@media (max-width: 767px){#s-8a0d99e8-fd7f-48d3-b87b-187d44fdc4d3 {
  
}
}
#s-b98fdf99-5e6c-46fb-80ec-64226b6fca73 {
  margin-bottom: 15px;
}

#s-338f21e2-cce0-4586-94c5-734490f9f2ad {
  background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
background-position: center center;
background-color: rgba(232, 238, 244, 0.5);
}
@media (min-width: 1200px){#s-338f21e2-cce0-4586-94c5-734490f9f2ad {
  display: none;
}
#s-338f21e2-cce0-4586-94c5-734490f9f2ad, #wrap-s-338f21e2-cce0-4586-94c5-734490f9f2ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-338f21e2-cce0-4586-94c5-734490f9f2ad {
  display: none;
}
#s-338f21e2-cce0-4586-94c5-734490f9f2ad, #wrap-s-338f21e2-cce0-4586-94c5-734490f9f2ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-338f21e2-cce0-4586-94c5-734490f9f2ad {
  
}
}@media (max-width: 767px){#s-338f21e2-cce0-4586-94c5-734490f9f2ad {
  
}
}







#s-338f21e2-cce0-4586-94c5-734490f9f2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-338f21e2-cce0-4586-94c5-734490f9f2ad.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f8d60970-3f85-4d2e-a157-f00a8bf14884 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f8d60970-3f85-4d2e-a157-f00a8bf14884 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc278f52-71cc-44c9-8fb8-16f9cc1adb3e {
  margin-left: 20px;
margin-right: 20px;
}

#s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1 {
  margin-left: 75px;
margin-right: 75px;
}
@media (max-width: 767px){#s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1 {
  
}
}
@media (min-width: 0px) {
[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-b3a6d32b-22e3-42ec-96f1-b860e16f42c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-e24682e5-ed5d-460a-bd12-a0877ce8c218 {
  text-align: center;
}
@media (max-width: 767px){#s-e24682e5-ed5d-460a-bd12-a0877ce8c218 {
  
}
}



  #s-e24682e5-ed5d-460a-bd12-a0877ce8c218 img.shogun-image {
    
    width: px;
  }


#s-e24682e5-ed5d-460a-bd12-a0877ce8c218 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-77089082-245b-4889-b532-eed9ceaa4fe8 {
  margin-top: 5px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77089082-245b-4889-b532-eed9ceaa4fe8 {
  
}
}@media (max-width: 767px){#s-77089082-245b-4889-b532-eed9ceaa4fe8 {
  
}
}
#s-0a1a8e02-9b14-4d81-ace2-369a86ee1786 {
  text-align: center;
}
@media (max-width: 767px){#s-0a1a8e02-9b14-4d81-ace2-369a86ee1786 {
  
}
}



  #s-0a1a8e02-9b14-4d81-ace2-369a86ee1786 img.shogun-image {
    
    width: px;
  }


#s-0a1a8e02-9b14-4d81-ace2-369a86ee1786 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-fd694f38-5c3b-40e2-883d-d32e95750c79 {
  margin-top: 5px;
margin-bottom: 15px;
padding-top: 0px;
}
@media (max-width: 767px){#s-fd694f38-5c3b-40e2-883d-d32e95750c79 {
  
}
}
#s-3d8128fb-c87b-4d51-a1e9-7446dbc8a130 {
  text-align: center;
}
@media (max-width: 767px){#s-3d8128fb-c87b-4d51-a1e9-7446dbc8a130 {
  
}
}



  #s-3d8128fb-c87b-4d51-a1e9-7446dbc8a130 img.shogun-image {
    
    width: px;
  }


#s-3d8128fb-c87b-4d51-a1e9-7446dbc8a130 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b58807d5-ea6f-4078-83b8-43d312e8424c {
  margin-top: 5px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-b58807d5-ea6f-4078-83b8-43d312e8424c {
  
}
}
#s-a8ec976b-c95c-4ec1-9efc-cb92fe9ea009 {
  margin-top: 15px;
margin-left: 20px;
margin-right: 25px;
}

#s-9701cb9f-061b-4e75-a370-9486c446d552 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(246, 246, 250, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9701cb9f-061b-4e75-a370-9486c446d552 {
  display: none;
}
#s-9701cb9f-061b-4e75-a370-9486c446d552, #wrap-s-9701cb9f-061b-4e75-a370-9486c446d552 { display:none !important; }}@media (max-width: 767px){#s-9701cb9f-061b-4e75-a370-9486c446d552 {
  display: none;
}
#s-9701cb9f-061b-4e75-a370-9486c446d552, #wrap-s-9701cb9f-061b-4e75-a370-9486c446d552 { display:none !important; }}







#s-9701cb9f-061b-4e75-a370-9486c446d552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9701cb9f-061b-4e75-a370-9486c446d552.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2d1c9673-fb03-4455-b298-b2536cf481da {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
text-align: center;
}

#s-2d1c9673-fb03-4455-b298-b2536cf481da .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a507a3f6-240e-4603-bee0-e243d593babb {
  margin-top: -10px;
margin-left: 100px;
margin-right: 100px;
}

#s-c699638b-b6c4-4a21-b380-920497391824 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c699638b-b6c4-4a21-b380-920497391824"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d500c447-291e-47a9-b990-5684bcb2ec0d {
  text-align: center;
}




  #s-d500c447-291e-47a9-b990-5684bcb2ec0d img.shogun-image {
    
    width: px;
  }


#s-d500c447-291e-47a9-b990-5684bcb2ec0d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e74c8945-a1af-4580-bb82-569dc4bf92b0 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}




  #s-e74c8945-a1af-4580-bb82-569dc4bf92b0 img.shogun-image {
    
    width: px;
  }


#s-e74c8945-a1af-4580-bb82-569dc4bf92b0 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c5a36054-59ad-42a8-a55d-07b4b549d36b {
  text-align: center;
}




  #s-c5a36054-59ad-42a8-a55d-07b4b549d36b img.shogun-image {
    
    width: px;
  }


#s-c5a36054-59ad-42a8-a55d-07b4b549d36b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-53ddbbff-a9a4-480c-9cd9-9edab0acb5cc {
  margin-left: 85px;
margin-right: 85px;
text-align: center;
}




  #s-53ddbbff-a9a4-480c-9cd9-9edab0acb5cc img.shogun-image {
    
    width: px;
  }


#s-53ddbbff-a9a4-480c-9cd9-9edab0acb5cc .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-dac6489b-21e1-4322-b449-fe3a2024c75e {
  min-height: 50px;
}








#s-dac6489b-21e1-4322-b449-fe3a2024c75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dac6489b-21e1-4322-b449-fe3a2024c75e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3da92d76-a650-447c-8a36-9b2cf3322070 {
  text-align: center;
}




  #s-3da92d76-a650-447c-8a36-9b2cf3322070 img.shogun-image {
    
    width: px;
  }


#s-3da92d76-a650-447c-8a36-9b2cf3322070 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-f048dc0d-d3c8-4541-bac6-688162d58439 {
  text-align: center;
}




  #s-f048dc0d-d3c8-4541-bac6-688162d58439 img.shogun-image {
    
    width: px;
  }


#s-f048dc0d-d3c8-4541-bac6-688162d58439 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(246, 246, 250, 0);
}
@media (min-width: 1200px){#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 {
  display: none;
}
#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83, #wrap-s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 {
  display: none;
}
#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83, #wrap-s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 { display:none !important; }}@media (max-width: 767px){#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 {
  display: none;
}
#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83, #wrap-s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 { display:none !important; }}







#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e270f36-06e6-4ca9-a7cc-315b6db54a83.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-8735dc13-8d09-46c4-af7f-22e4ea9dc19f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
text-align: center;
}

#s-8735dc13-8d09-46c4-af7f-22e4ea9dc19f .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f20c1049-ca14-4b21-8419-59aa89aa4ccf {
  margin-top: -10px;
margin-left: 100px;
margin-right: 100px;
}

#s-7b468428-4f07-4b2f-bfb2-75be9b56a711 {
  margin-left: 35px;
margin-bottom: 20px;
margin-right: 35px;
padding-top: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b468428-4f07-4b2f-bfb2-75be9b56a711"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8c3c6f57-88cf-4c54-97fa-e1816b77194e {
  text-align: center;
}




  #s-8c3c6f57-88cf-4c54-97fa-e1816b77194e img.shogun-image {
    
    width: px;
  }


#s-8c3c6f57-88cf-4c54-97fa-e1816b77194e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-bfdd2096-1b0b-40a6-8ec5-a835a34be72c {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}




  #s-bfdd2096-1b0b-40a6-8ec5-a835a34be72c img.shogun-image {
    
    width: px;
  }


#s-bfdd2096-1b0b-40a6-8ec5-a835a34be72c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8cb7ce43-c127-4344-b110-e14ab6afd06b {
  min-height: 50px;
}








#s-8cb7ce43-c127-4344-b110-e14ab6afd06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb7ce43-c127-4344-b110-e14ab6afd06b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d903c580-576b-4528-9f27-184689c30615 {
  text-align: center;
}




  #s-d903c580-576b-4528-9f27-184689c30615 img.shogun-image {
    
    width: px;
  }


#s-d903c580-576b-4528-9f27-184689c30615 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-131a7dc4-0905-429e-8549-e82b602e01b0 {
  min-height: 50px;
}








#s-131a7dc4-0905-429e-8549-e82b602e01b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-131a7dc4-0905-429e-8549-e82b602e01b0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f6f710bc-2887-4bea-8444-f4f4e2e543f0 {
  text-align: center;
}




  #s-f6f710bc-2887-4bea-8444-f4f4e2e543f0 img.shogun-image {
    
    width: px;
  }


#s-f6f710bc-2887-4bea-8444-f4f4e2e543f0 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c00b6aae-1003-4510-92c4-185a74843a83 {
  min-height: 50px;
}








#s-c00b6aae-1003-4510-92c4-185a74843a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00b6aae-1003-4510-92c4-185a74843a83.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0d4d77ef-9b4e-43cc-9e51-7c38861449c3 {
  text-align: center;
}




  #s-0d4d77ef-9b4e-43cc-9e51-7c38861449c3 img.shogun-image {
    
    width: px;
  }


#s-0d4d77ef-9b4e-43cc-9e51-7c38861449c3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-571330b5-0f4a-4079-97b9-4182222b87f4 {
  text-align: center;
}




  #s-571330b5-0f4a-4079-97b9-4182222b87f4 img.shogun-image {
    
    width: px;
  }


#s-571330b5-0f4a-4079-97b9-4182222b87f4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-61a47731-f5fc-499a-b9ba-48b25906320b {
  padding-top: 75px;
padding-left: 100px;
padding-bottom: 75px;
padding-right: 100px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-61a47731-f5fc-499a-b9ba-48b25906320b {
  
}
}@media (max-width: 767px){#s-61a47731-f5fc-499a-b9ba-48b25906320b {
  display: none;
}
#s-61a47731-f5fc-499a-b9ba-48b25906320b, #wrap-s-61a47731-f5fc-499a-b9ba-48b25906320b { display:none !important; }}







#s-61a47731-f5fc-499a-b9ba-48b25906320b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61a47731-f5fc-499a-b9ba-48b25906320b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5236a976-c1ea-41c9-88f6-928c21ad9582 {
  padding-bottom: 30px;
text-align: center;
}

#s-5236a976-c1ea-41c9-88f6-928c21ad9582 .shogun-heading-component h1 {
  color: rgba(18, 69, 110, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3 {
  
}

@media (min-width: 0px) {
[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f5c3e2a-85fa-468e-8c4b-0b26ab63e0f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-42ca999c-f6dc-4004-be41-90a0aa07617e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-42ca999c-f6dc-4004-be41-90a0aa07617e {
  display: none;
}
#s-42ca999c-f6dc-4004-be41-90a0aa07617e, #wrap-s-42ca999c-f6dc-4004-be41-90a0aa07617e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42ca999c-f6dc-4004-be41-90a0aa07617e {
  display: none;
}
#s-42ca999c-f6dc-4004-be41-90a0aa07617e, #wrap-s-42ca999c-f6dc-4004-be41-90a0aa07617e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42ca999c-f6dc-4004-be41-90a0aa07617e {
  display: none;
}
#s-42ca999c-f6dc-4004-be41-90a0aa07617e, #wrap-s-42ca999c-f6dc-4004-be41-90a0aa07617e { display:none !important; }}







#s-42ca999c-f6dc-4004-be41-90a0aa07617e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ca999c-f6dc-4004-be41-90a0aa07617e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-46f83ec8-d4db-4014-bdeb-a41ab2488713 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46f83ec8-d4db-4014-bdeb-a41ab2488713 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e67625c-f3fc-470f-a927-17be8224de9e {
  margin-left: 20px;
margin-right: 20px;
}

#s-07976253-7a86-4661-bb0f-4a0ffb3ee36f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07976253-7a86-4661-bb0f-4a0ffb3ee36f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-66056025-9bc4-4e3b-ac61-e6cc296d8d9d {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}




  #s-66056025-9bc4-4e3b-ac61-e6cc296d8d9d img.shogun-image {
    
    width: px;
  }


#s-66056025-9bc4-4e3b-ac61-e6cc296d8d9d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-648637bb-f20b-49e5-ad7d-f779fc4e94d7 {
  text-align: center;
}




  #s-648637bb-f20b-49e5-ad7d-f779fc4e94d7 img.shogun-image {
    
    width: px;
  }


#s-648637bb-f20b-49e5-ad7d-f779fc4e94d7 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-64620893-f5e3-4713-ade2-ba1a3049e755 {
  margin-bottom: 30px;
}

#s-c17a9b13-a451-4949-854c-32c7c7b7db91 {
  text-align: center;
}




  #s-c17a9b13-a451-4949-854c-32c7c7b7db91 img.shogun-image {
    
    width: px;
  }


#s-c17a9b13-a451-4949-854c-32c7c7b7db91 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-fe0e6464-f493-49e8-8355-b02e2dc15c64 {
  margin-bottom: 30px;
}

#s-023e57c8-78fc-4f5f-8cc8-07bd38a93fa0 {
  margin-left: 85px;
margin-right: 85px;
text-align: center;
}




  #s-023e57c8-78fc-4f5f-8cc8-07bd38a93fa0 img.shogun-image {
    
    width: px;
  }


#s-023e57c8-78fc-4f5f-8cc8-07bd38a93fa0 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-073c36fa-8240-45fb-9eaf-1882bcd16da1 {
  margin-bottom: 30px;
}

#s-8542909a-2ff8-43ef-b97c-9c6a2dbf17af {
  min-height: 50px;
}








#s-8542909a-2ff8-43ef-b97c-9c6a2dbf17af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8542909a-2ff8-43ef-b97c-9c6a2dbf17af.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2bcd76e8-d510-46c0-ab96-a8eeabbb875d {
  text-align: center;
}




  #s-2bcd76e8-d510-46c0-ab96-a8eeabbb875d img.shogun-image {
    
    width: px;
  }


#s-2bcd76e8-d510-46c0-ab96-a8eeabbb875d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7984997b-5aba-4efe-be70-09c52eb3e6af {
  margin-bottom: 30px;
}

#s-e942cd0c-7ae6-46e0-bae7-03274add294f {
  margin-left: 0px;
text-align: center;
}




  #s-e942cd0c-7ae6-46e0-bae7-03274add294f img.shogun-image {
    
    width: px;
  }


#s-e942cd0c-7ae6-46e0-bae7-03274add294f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1b803f57-7d1e-470d-bc71-ae35ec887788 {
  margin-bottom: 30px;
}

#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 70px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f {
  display: none;
}
#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f, #wrap-s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f { display:none !important; }}@media (max-width: 767px){#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f {
  display: none;
}
#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f, #wrap-s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f { display:none !important; }}







#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.05;
}#s-9c4a95f0-e736-450a-b6b4-edb65a9b8c2f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-becdd779-1c77-4b03-a5c0-28fe534e306a {
  padding-left: 20px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-becdd779-1c77-4b03-a5c0-28fe534e306a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a41f557-71cd-4f4a-aaaf-7584dcb3a7ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a41f557-71cd-4f4a-aaaf-7584dcb3a7ed .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4de2662-d423-463b-b386-8abb83406ec9 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-b0eaadd9-83a7-41c0-aeeb-289079746098 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 {
  padding-top: 75px;
padding-left: 25px;
padding-bottom: 75px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(232, 238, 244, 1);
}
@media (min-width: 1200px){#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 {
  display: none;
}
#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669, #wrap-s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 {
  display: none;
}
#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669, #wrap-s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 {
  display: none;
}
#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669, #wrap-s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 { display:none !important; }}@media (max-width: 767px){#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 {
  
}
}







#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b05969d-2ed5-47d9-8e50-4f5de25a1669.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1f92d30c-5314-440f-9b0d-1e4ae51ebaa2 {
  padding-bottom: 30px;
text-align: center;
}

#s-1f92d30c-5314-440f-9b0d-1e4ae51ebaa2 .shogun-heading-component h1 {
  color: rgba(18, 69, 110, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9 {
  
}

@media (min-width: 0px) {
[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bedb50ae-75d7-4a91-aaef-9e7b23d936f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 {
  display: none;
}
#s-13602e4d-4177-4396-94b2-5400a7d9c6e8, #wrap-s-13602e4d-4177-4396-94b2-5400a7d9c6e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 {
  display: none;
}
#s-13602e4d-4177-4396-94b2-5400a7d9c6e8, #wrap-s-13602e4d-4177-4396-94b2-5400a7d9c6e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 {
  
}
}@media (max-width: 767px){#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 {
  display: none;
}
#s-13602e4d-4177-4396-94b2-5400a7d9c6e8, #wrap-s-13602e4d-4177-4396-94b2-5400a7d9c6e8 { display:none !important; }}







#s-13602e4d-4177-4396-94b2-5400a7d9c6e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.05;
}#s-13602e4d-4177-4396-94b2-5400a7d9c6e8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9dbaad8b-098a-4593-89fc-0855b3601ef2 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dbaad8b-098a-4593-89fc-0855b3601ef2 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d8f44e86-2c9c-4569-a8cb-434a406f8c53 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8f44e86-2c9c-4569-a8cb-434a406f8c53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d70863e9-3a17-4817-945a-914f9c1b8991 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-c135199f-4fe8-4b39-9439-34e09312fc2b {
  margin-left: 50px;
margin-right: 50px;
}

#s-513112d5-2891-46d2-9966-7100fd2b87a1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 875px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-513112d5-2891-46d2-9966-7100fd2b87a1 {
  display: none;
}
#s-513112d5-2891-46d2-9966-7100fd2b87a1, #wrap-s-513112d5-2891-46d2-9966-7100fd2b87a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513112d5-2891-46d2-9966-7100fd2b87a1 {
  display: none;
}
#s-513112d5-2891-46d2-9966-7100fd2b87a1, #wrap-s-513112d5-2891-46d2-9966-7100fd2b87a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-513112d5-2891-46d2-9966-7100fd2b87a1 {
  display: none;
}
#s-513112d5-2891-46d2-9966-7100fd2b87a1, #wrap-s-513112d5-2891-46d2-9966-7100fd2b87a1 { display:none !important; }}@media (max-width: 767px){#s-513112d5-2891-46d2-9966-7100fd2b87a1 {
  
}
}







#s-513112d5-2891-46d2-9966-7100fd2b87a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-513112d5-2891-46d2-9966-7100fd2b87a1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7e525a9b-ebc0-4d5e-8d3e-13a60acb137d {
  margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-7e525a9b-ebc0-4d5e-8d3e-13a60acb137d .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb35bc30-fb91-4f09-86ff-68530b718a9a {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-a25d07b2-5e97-4dd3-8b0b-b8b99a0762aa {
  margin-left: 20px;
margin-right: 20px;
padding-top: 15px;
}

#s-fd80c7dd-e786-4041-8192-0c804d7326f5 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-fd80c7dd-e786-4041-8192-0c804d7326f5 {
  display: none;
}
#s-fd80c7dd-e786-4041-8192-0c804d7326f5, #wrap-s-fd80c7dd-e786-4041-8192-0c804d7326f5 { display:none !important; }}







#s-fd80c7dd-e786-4041-8192-0c804d7326f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd80c7dd-e786-4041-8192-0c804d7326f5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-efb26088-27e5-4888-a15c-fcaa5edc4af8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efb26088-27e5-4888-a15c-fcaa5edc4af8 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c578c60d-c664-45ec-8f74-8945a838ee88 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c578c60d-c664-45ec-8f74-8945a838ee88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c578c60d-c664-45ec-8f74-8945a838ee88 {
  display: none;
}
#s-c578c60d-c664-45ec-8f74-8945a838ee88, #wrap-s-c578c60d-c664-45ec-8f74-8945a838ee88 { display:none !important; }}@media (max-width: 767px){#s-c578c60d-c664-45ec-8f74-8945a838ee88 {
  display: none;
}
#s-c578c60d-c664-45ec-8f74-8945a838ee88, #wrap-s-c578c60d-c664-45ec-8f74-8945a838ee88 { display:none !important; }}







#s-c578c60d-c664-45ec-8f74-8945a838ee88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c578c60d-c664-45ec-8f74-8945a838ee88.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0 {
  padding-left: 100px;
padding-right: 100px;
}

@media (min-width: 0px) {
[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-270518ac-e7d1-41a6-9a0a-1aeffe3e94e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-39282632-e97a-4246-a337-5f95b942a3f3 {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-39282632-e97a-4246-a337-5f95b942a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39282632-e97a-4246-a337-5f95b942a3f3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7ec7864f-7bc2-414c-8539-5bea041ecae8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  max-width: 100%;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom,
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  max-width: 100%;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom,
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  max-width: 100%;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom,
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  max-width: 100%;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom,
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 {
  max-width: 100%;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom,
.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9f1471dc-2923-45a5-a4de-82157f218316 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-01977085-02cd-45cf-986d-404b6814a125 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01977085-02cd-45cf-986d-404b6814a125 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6f511654-d105-4da9-b13c-cab463e1e16a {
  text-align: center;
}

#s-6f511654-d105-4da9-b13c-cab463e1e16a .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-6f511654-d105-4da9-b13c-cab463e1e16a .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f511654-d105-4da9-b13c-cab463e1e16a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-8f8e4400-e655-4b47-97d7-e797164bbd31 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-8f8e4400-e655-4b47-97d7-e797164bbd31:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-8f8e4400-e655-4b47-97d7-e797164bbd31:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-8f8e4400-e655-4b47-97d7-e797164bbd31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f9fca810-e93a-4472-9e21-cc3f2991c46e {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-f9fca810-e93a-4472-9e21-cc3f2991c46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9fca810-e93a-4472-9e21-cc3f2991c46e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-24e97003-60e0-42c3-8581-78275b9c8479 {
  display: none;
}
#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  max-width: 100%;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom,
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  max-width: 100%;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom,
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  max-width: 100%;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom,
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  max-width: 100%;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom,
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f {
  max-width: 100%;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom,
.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b688cb1c-1e68-455b-adab-d9689e181d8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3256c0fe-4cb8-4076-9f47-252770a8c695 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3256c0fe-4cb8-4076-9f47-252770a8c695 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-e8294a67-6b1b-4d4e-86a3-9c3448987a0c {
  text-align: center;
}

#s-e8294a67-6b1b-4d4e-86a3-9c3448987a0c .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-e8294a67-6b1b-4d4e-86a3-9c3448987a0c .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8294a67-6b1b-4d4e-86a3-9c3448987a0c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-8ae8a79c-d31c-4a8d-8ed7-cd16b4177c52 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-8ae8a79c-d31c-4a8d-8ed7-cd16b4177c52:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-8ae8a79c-d31c-4a8d-8ed7-cd16b4177c52:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-8ae8a79c-d31c-4a8d-8ed7-cd16b4177c52.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b0b60d95-9d68-47a4-8669-b67561eefa0a {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-b0b60d95-9d68-47a4-8669-b67561eefa0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0b60d95-9d68-47a4-8669-b67561eefa0a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eb95b4e0-0070-444c-86cd-ccf3a168564b {
  display: none;
}
#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}


.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  max-width: 100%;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom,
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  max-width: 100%;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom,
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  max-width: 100%;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom,
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  max-width: 100%;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom,
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 {
  max-width: 100%;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom,
.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d342afce-1a67-462d-8200-88dd361e79d9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-15f5eff3-d810-4d07-9897-76aedac0d1c7 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15f5eff3-d810-4d07-9897-76aedac0d1c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-4b1d4727-aa1d-454c-a3c5-2f7e42edc4f2 {
  text-align: center;
}

#s-4b1d4727-aa1d-454c-a3c5-2f7e42edc4f2 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-4b1d4727-aa1d-454c-a3c5-2f7e42edc4f2 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b1d4727-aa1d-454c-a3c5-2f7e42edc4f2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-979ddc13-72b8-46bb-8f0d-030ad5bb667f {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-979ddc13-72b8-46bb-8f0d-030ad5bb667f:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-979ddc13-72b8-46bb-8f0d-030ad5bb667f:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-979ddc13-72b8-46bb-8f0d-030ad5bb667f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f {
  padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f {
  display: none;
}
#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f, #wrap-s-1b0e4fab-0893-4a44-8e8f-48479dc6526f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f {
  display: none;
}
#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f, #wrap-s-1b0e4fab-0893-4a44-8e8f-48479dc6526f { display:none !important; }}@media (max-width: 767px){#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f {
  display: none;
}
#s-1b0e4fab-0893-4a44-8e8f-48479dc6526f, #wrap-s-1b0e4fab-0893-4a44-8e8f-48479dc6526f { display:none !important; }}
@media (min-width: 0px) {
[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1b0e4fab-0893-4a44-8e8f-48479dc6526f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1c2589af-5dc0-4dd9-9d26-ad1dc560130e {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-1c2589af-5dc0-4dd9-9d26-ad1dc560130e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2589af-5dc0-4dd9-9d26-ad1dc560130e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f615b959-fc8c-4194-83b9-a91973afa7ba {
  display: none;
}
#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  max-width: 100%;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom,
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  max-width: 100%;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom,
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  max-width: 100%;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom,
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  max-width: 100%;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom,
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f {
  max-width: 100%;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom,
.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358bf803-56b1-4325-aa83-7324ea57ff1f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-439f4117-0216-4f44-9cb8-71e57f2b3d2e {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-439f4117-0216-4f44-9cb8-71e57f2b3d2e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-61c079b8-1e85-4dfc-a007-db1f72eb7669 {
  text-align: center;
}

#s-61c079b8-1e85-4dfc-a007-db1f72eb7669 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-61c079b8-1e85-4dfc-a007-db1f72eb7669 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-61c079b8-1e85-4dfc-a007-db1f72eb7669 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-febfdb92-dac0-4724-8240-66ef29e60a83 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-febfdb92-dac0-4724-8240-66ef29e60a83:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-febfdb92-dac0-4724-8240-66ef29e60a83:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-febfdb92-dac0-4724-8240-66ef29e60a83.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-eadddcea-4910-47f9-a5e6-1594e919b66b {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-eadddcea-4910-47f9-a5e6-1594e919b66b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eadddcea-4910-47f9-a5e6-1594e919b66b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7e714dad-787a-42ba-9288-5021d9f38dcf {
  display: none;
}
#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  max-width: 100%;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom,
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  max-width: 100%;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom,
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  max-width: 100%;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom,
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  max-width: 100%;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom,
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 {
  max-width: 100%;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom,
.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0140cf5a-7971-440a-be4e-3fe568948944 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-23f31b1c-2c0b-4350-b461-7d4751b6c9d2 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23f31b1c-2c0b-4350-b461-7d4751b6c9d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-23297aab-d006-4722-b561-0f60599a61b1 {
  text-align: center;
}

#s-23297aab-d006-4722-b561-0f60599a61b1 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-23297aab-d006-4722-b561-0f60599a61b1 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-23297aab-d006-4722-b561-0f60599a61b1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-c9e0845a-5445-4b17-b8f2-fc7c676ce8ed {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-c9e0845a-5445-4b17-b8f2-fc7c676ce8ed:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-c9e0845a-5445-4b17-b8f2-fc7c676ce8ed:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-c9e0845a-5445-4b17-b8f2-fc7c676ce8ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-92ad1d23-0551-4c35-b9ce-c28b6abf9942 {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-92ad1d23-0551-4c35-b9ce-c28b6abf9942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ad1d23-0551-4c35-b9ce-c28b6abf9942.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-48237b0c-c6e7-4bad-bce0-4451bd130093 {
  display: none;
}
#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}


.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  max-width: 100%;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom,
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  max-width: 100%;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom,
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  max-width: 100%;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom,
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  max-width: 100%;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom,
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 {
  max-width: 100%;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom,
.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5cda858-48aa-49e9-9134-0fc3e04a9922 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f7163c2-7ad6-4211-ba63-2a2fdb00642d {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f7163c2-7ad6-4211-ba63-2a2fdb00642d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-eafba148-7627-4a31-a73b-6bdf6bea2441 {
  text-align: center;
}

#s-eafba148-7627-4a31-a73b-6bdf6bea2441 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-eafba148-7627-4a31-a73b-6bdf6bea2441 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eafba148-7627-4a31-a73b-6bdf6bea2441 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-7d1f6998-c24b-4c4d-acd1-9d9c54c38189 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-7d1f6998-c24b-4c4d-acd1-9d9c54c38189:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-7d1f6998-c24b-4c4d-acd1-9d9c54c38189:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-7d1f6998-c24b-4c4d-acd1-9d9c54c38189.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-213cbe25-2282-4ad4-a9c2-48cee1790126 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-213cbe25-2282-4ad4-a9c2-48cee1790126 {
  display: none;
}
#s-213cbe25-2282-4ad4-a9c2-48cee1790126, #wrap-s-213cbe25-2282-4ad4-a9c2-48cee1790126 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-213cbe25-2282-4ad4-a9c2-48cee1790126 {
  display: none;
}
#s-213cbe25-2282-4ad4-a9c2-48cee1790126, #wrap-s-213cbe25-2282-4ad4-a9c2-48cee1790126 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-213cbe25-2282-4ad4-a9c2-48cee1790126 {
  
}
}@media (max-width: 767px){#s-213cbe25-2282-4ad4-a9c2-48cee1790126 {
  display: none;
}
#s-213cbe25-2282-4ad4-a9c2-48cee1790126, #wrap-s-213cbe25-2282-4ad4-a9c2-48cee1790126 { display:none !important; }}







#s-213cbe25-2282-4ad4-a9c2-48cee1790126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213cbe25-2282-4ad4-a9c2-48cee1790126.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5 {
  padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26600ec8-b9d1-4ad8-8bed-5773a2de40a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-476a0365-a2ab-4777-9ecd-2f8db8388107 {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-476a0365-a2ab-4777-9ecd-2f8db8388107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-476a0365-a2ab-4777-9ecd-2f8db8388107.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-38e5803a-9cc3-40a8-a579-5d5836bd8389 {
  display: none;
}
#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  max-width: 100%;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom,
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  max-width: 100%;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom,
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  max-width: 100%;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom,
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  max-width: 100%;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom,
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 {
  max-width: 100%;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom,
.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8519386f-30fe-462f-a63a-79b1168c4366 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57c67951-2940-4050-b49c-750ed0c44fce {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57c67951-2940-4050-b49c-750ed0c44fce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-65b516e7-afbb-4275-9a43-e167a076a1a5 {
  text-align: center;
}

#s-65b516e7-afbb-4275-9a43-e167a076a1a5 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-65b516e7-afbb-4275-9a43-e167a076a1a5 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-65b516e7-afbb-4275-9a43-e167a076a1a5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-9b56b2f9-c977-463e-b621-5043ef6ffb87 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-9b56b2f9-c977-463e-b621-5043ef6ffb87:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-9b56b2f9-c977-463e-b621-5043ef6ffb87:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-9b56b2f9-c977-463e-b621-5043ef6ffb87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-d6e39951-12e9-49f4-92a8-62cf74055ece {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-d6e39951-12e9-49f4-92a8-62cf74055ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6e39951-12e9-49f4-92a8-62cf74055ece.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fdd7d7a5-7b9e-47fd-8f02-dc1f0f19fbc2 {
  display: none;
}
#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  max-width: 100%;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom,
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  max-width: 100%;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom,
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  max-width: 100%;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom,
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  max-width: 100%;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom,
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 {
  max-width: 100%;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom,
.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72e77880-0bcd-45cf-8366-8613d8e96032 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-485c0057-dc20-42ae-b3c8-8aee6d49aab6 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-485c0057-dc20-42ae-b3c8-8aee6d49aab6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-80885d77-0ee8-44d8-b136-6402cf81f741 {
  text-align: center;
}

#s-80885d77-0ee8-44d8-b136-6402cf81f741 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-80885d77-0ee8-44d8-b136-6402cf81f741 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-80885d77-0ee8-44d8-b136-6402cf81f741 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-0a49fd68-3d07-427c-8941-930726c7d626 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-0a49fd68-3d07-427c-8941-930726c7d626:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-0a49fd68-3d07-427c-8941-930726c7d626:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-0a49fd68-3d07-427c-8941-930726c7d626.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-44bdacfe-2e79-40d2-a617-983c470af5bd {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-44bdacfe-2e79-40d2-a617-983c470af5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44bdacfe-2e79-40d2-a617-983c470af5bd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-03ad560e-6fc7-422d-b84f-ed729b3f09d9 {
  display: none;
}
#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}


.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  max-width: 100%;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom,
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  max-width: 100%;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom,
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  max-width: 100%;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom,
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  max-width: 100%;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom,
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 {
  max-width: 100%;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom,
.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ade00f25-4c0e-4488-b1b2-68d8416deb25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e643d818-0768-4d83-922d-5b7cdc0339fc {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e643d818-0768-4d83-922d-5b7cdc0339fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-cc6acea6-929e-4e46-a06a-774ee558b815 {
  text-align: center;
}

#s-cc6acea6-929e-4e46-a06a-774ee558b815 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-cc6acea6-929e-4e46-a06a-774ee558b815 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cc6acea6-929e-4e46-a06a-774ee558b815 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-7c869b78-b0ab-48c5-abcf-2f031c435595 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-7c869b78-b0ab-48c5-abcf-2f031c435595:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-7c869b78-b0ab-48c5-abcf-2f031c435595:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-7c869b78-b0ab-48c5-abcf-2f031c435595.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed913158-8067-4e3e-8a2c-40f49b2cc5e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7d4a96cb-f18a-4055-ada8-c1676df20ab1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(250, 250, 250, 0);
text-decoration: none;
}
#s-7d4a96cb-f18a-4055-ada8-c1676df20ab1:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-7d4a96cb-f18a-4055-ada8-c1676df20ab1:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-7d4a96cb-f18a-4055-ada8-c1676df20ab1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b9ab0f3c-ec29-493d-a10d-502788065b47 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b9ab0f3c-ec29-493d-a10d-502788065b47 {
  display: none;
}
#s-b9ab0f3c-ec29-493d-a10d-502788065b47, #wrap-s-b9ab0f3c-ec29-493d-a10d-502788065b47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9ab0f3c-ec29-493d-a10d-502788065b47 {
  display: none;
}
#s-b9ab0f3c-ec29-493d-a10d-502788065b47, #wrap-s-b9ab0f3c-ec29-493d-a10d-502788065b47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9ab0f3c-ec29-493d-a10d-502788065b47 {
  display: none;
}
#s-b9ab0f3c-ec29-493d-a10d-502788065b47, #wrap-s-b9ab0f3c-ec29-493d-a10d-502788065b47 { display:none !important; }}







#s-b9ab0f3c-ec29-493d-a10d-502788065b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9ab0f3c-ec29-493d-a10d-502788065b47.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-c3e63c32-1cb2-43cd-9b3c-aacd4085ab00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3e63c32-1cb2-43cd-9b3c-aacd4085ab00 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf5212e1-b0df-42a5-bffd-a44e372d4e10 {
  min-height: 50px;
}








#s-bf5212e1-b0df-42a5-bffd-a44e372d4e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf5212e1-b0df-42a5-bffd-a44e372d4e10.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-955a87a9-b910-4463-816b-a817bc557483 {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-955a87a9-b910-4463-816b-a817bc557483 {
  display: none;
}
#s-955a87a9-b910-4463-816b-a817bc557483, #wrap-s-955a87a9-b910-4463-816b-a817bc557483 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-955a87a9-b910-4463-816b-a817bc557483 {
  display: none;
}
#s-955a87a9-b910-4463-816b-a817bc557483, #wrap-s-955a87a9-b910-4463-816b-a817bc557483 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-955a87a9-b910-4463-816b-a817bc557483 {
  display: none;
}
#s-955a87a9-b910-4463-816b-a817bc557483, #wrap-s-955a87a9-b910-4463-816b-a817bc557483 { display:none !important; }}
@media (min-width: 0px) {
[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-955a87a9-b910-4463-816b-a817bc557483"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4503f1a3-2c7d-41c0-8771-61755b02dce1 {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-4503f1a3-2c7d-41c0-8771-61755b02dce1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4503f1a3-2c7d-41c0-8771-61755b02dce1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-69647be7-aeff-47cf-8ec5-8b5eb9f5a64f {
  display: none;
}
#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  max-width: 100%;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom,
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  max-width: 100%;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom,
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  max-width: 100%;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom,
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  max-width: 100%;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom,
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a {
  max-width: 100%;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom,
.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec22aca2-d453-49cb-b944-c37f8cecd38a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a864a512-42ce-4cd4-adda-9b9ba186e1f0 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a864a512-42ce-4cd4-adda-9b9ba186e1f0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a266a6b2-c63b-4982-bfc4-067424011458 {
  text-align: center;
}

#s-a266a6b2-c63b-4982-bfc4-067424011458 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-a266a6b2-c63b-4982-bfc4-067424011458 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a266a6b2-c63b-4982-bfc4-067424011458 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-27db10b7-bf7e-4d6b-bc42-0693eca7cdbf {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-27db10b7-bf7e-4d6b-bc42-0693eca7cdbf:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-27db10b7-bf7e-4d6b-bc42-0693eca7cdbf:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-27db10b7-bf7e-4d6b-bc42-0693eca7cdbf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-113e9e89-ff0a-4196-b9d9-56f3f63d7c64 {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-113e9e89-ff0a-4196-b9d9-56f3f63d7c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113e9e89-ff0a-4196-b9d9-56f3f63d7c64.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d290ad22-b027-474d-a290-9e9cbe397b5e {
  display: none;
}
#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
text-align: left;
}


.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  max-width: 100%;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom,
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  max-width: 100%;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom,
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  max-width: 100%;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom,
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  max-width: 100%;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom,
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 {
  max-width: 100%;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom,
.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8aa9d1-a0ec-484f-bd33-b0469d96fa38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d4ea318-0fee-4d49-9ff0-66344e9ffbc8 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d4ea318-0fee-4d49-9ff0-66344e9ffbc8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-1c0540b1-1c0a-45f7-b898-754a7922f8fb {
  text-align: center;
}

#s-1c0540b1-1c0a-45f7-b898-754a7922f8fb .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-1c0540b1-1c0a-45f7-b898-754a7922f8fb .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c0540b1-1c0a-45f7-b898-754a7922f8fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-1a261561-ed8a-4f6d-b342-93aaa4e45213 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-1a261561-ed8a-4f6d-b342-93aaa4e45213:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-1a261561-ed8a-4f6d-b342-93aaa4e45213:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-1a261561-ed8a-4f6d-b342-93aaa4e45213.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-3e5b5b4a-6ba0-4de2-bf7a-ca3ecf931bab {
  box-shadow:0px 4px 25px 2px rgba(76, 132, 188, 0.25);
min-height: 50px;
}








#s-3e5b5b4a-6ba0-4de2-bf7a-ca3ecf931bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e5b5b4a-6ba0-4de2-bf7a-ca3ecf931bab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f4ebc274-e01a-4472-bdf9-93dd505fb010 {
  display: none;
}
#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}


.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  max-width: 100%;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom,
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  max-width: 100%;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom,
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  max-width: 100%;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom,
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  max-width: 100%;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom,
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 {
  max-width: 100%;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom,
.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d525ad03-2beb-4a1a-9710-5b882dcd57e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3ab4a0c1-1f24-4fca-8d8a-3b7f9846a37b {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ab4a0c1-1f24-4fca-8d8a-3b7f9846a37b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-37e62b82-ee54-43ab-b28d-f84fa1693378 {
  text-align: center;
}

#s-37e62b82-ee54-43ab-b28d-f84fa1693378 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 18px;
}

#s-37e62b82-ee54-43ab-b28d-f84fa1693378 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37e62b82-ee54-43ab-b28d-f84fa1693378 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(164, 164, 164, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 20px;
}
#s-bb01b02a-561e-4cd6-a71e-94d524e9accf {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-bb01b02a-561e-4cd6-a71e-94d524e9accf:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-bb01b02a-561e-4cd6-a71e-94d524e9accf:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-bb01b02a-561e-4cd6-a71e-94d524e9accf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d3865541-571d-4640-b79f-0207ca8c2392 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(250, 250, 250, 0);
text-decoration: none;
}
#s-d3865541-571d-4640-b79f-0207ca8c2392:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-d3865541-571d-4640-b79f-0207ca8c2392:active {margin-top: 15px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-d3865541-571d-4640-b79f-0207ca8c2392.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-136519d5-2ea1-4121-876e-5e470eb9acf5 {
  box-shadow:0px 4px 25px 0px rgba(76, 132, 188, 0.25);
margin-top: 10px;
margin-left: 100px;
margin-bottom: 10px;
margin-right: 100px;
padding-top: 0px;
padding-bottom: 0px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-136519d5-2ea1-4121-876e-5e470eb9acf5 {
  display: none;
}
#s-136519d5-2ea1-4121-876e-5e470eb9acf5, #wrap-s-136519d5-2ea1-4121-876e-5e470eb9acf5 { display:none !important; }}







#s-136519d5-2ea1-4121-876e-5e470eb9acf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136519d5-2ea1-4121-876e-5e470eb9acf5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-bc7bd7d3-807c-453a-a4ac-1a0cb5f3d71a {
  margin-top: 10px;
text-align: center;
}




  #s-bc7bd7d3-807c-453a-a4ac-1a0cb5f3d71a img.shogun-image {
    
    width: px;
  }


#s-bc7bd7d3-807c-453a-a4ac-1a0cb5f3d71a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-47067fbd-29e2-4e88-b6d2-ee8ce7d88a0a {
  box-shadow:0px 0px 00px 0px rgba(0, 0, 0, 0);
padding-left: 25px;
padding-right: 25px;
}

#s-ee7713b5-7946-4458-b457-4ee0aec48b45 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-ee7713b5-7946-4458-b457-4ee0aec48b45 {
  display: none;
}
#s-ee7713b5-7946-4458-b457-4ee0aec48b45, #wrap-s-ee7713b5-7946-4458-b457-4ee0aec48b45 { display:none !important; }}







#s-ee7713b5-7946-4458-b457-4ee0aec48b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7713b5-7946-4458-b457-4ee0aec48b45.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d19881ec-c56e-4e1a-8188-6fa42072b374 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d19881ec-c56e-4e1a-8188-6fa42072b374 .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e {
  margin-left: 75px;
margin-right: 75px;
}

@media (min-width: 0px) {
[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6a9c86f-30a5-4ba3-ab99-fef0541a704e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-efe15396-c3e0-496f-9650-8e31e4a1d528 {
  min-height: 50px;
}








#s-efe15396-c3e0-496f-9650-8e31e4a1d528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe15396-c3e0-496f-9650-8e31e4a1d528.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d020899f-297d-428e-9571-4d6df1138611 {
  text-align: center;
}




  #s-d020899f-297d-428e-9571-4d6df1138611 img.shogun-image {
    
    width: px;
  }


#s-d020899f-297d-428e-9571-4d6df1138611 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-d2c51092-5de8-4e8d-9e1f-671829347ee4 {
  min-height: 50px;
}








#s-d2c51092-5de8-4e8d-9e1f-671829347ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c51092-5de8-4e8d-9e1f-671829347ee4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fbfb9937-1ed4-40b5-98ab-aa3ad556f13a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-fbfb9937-1ed4-40b5-98ab-aa3ad556f13a:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-fbfb9937-1ed4-40b5-98ab-aa3ad556f13a:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-fbfb9937-1ed4-40b5-98ab-aa3ad556f13a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-0b977878-89da-4a54-a73a-0fba860fdfdc {
  padding-bottom: 15px;
}

#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 {
  display: none;
}
#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3, #wrap-s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 {
  display: none;
}
#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3, #wrap-s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 {
  display: none;
}
#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3, #wrap-s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 { display:none !important; }}







#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad6348c-a327-4e3f-b4b2-94013b49d0a3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-91a0103f-7998-47b2-8c98-4815f7fff46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91a0103f-7998-47b2-8c98-4815f7fff46a .shogun-heading-component h1 {
  color: rgba(0, 105, 148, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fcd2524-3f98-4b0e-be1a-6d8057a17b37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96b69779-aa15-4b08-b91e-3cff6e3aeef5 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}




  #s-96b69779-aa15-4b08-b91e-3cff6e3aeef5 img.shogun-image {
    
    width: px;
  }


#s-96b69779-aa15-4b08-b91e-3cff6e3aeef5 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-4fea6e7c-b7b2-4922-9832-9b52a8763153 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-71a22350-f04f-477e-81d2-268115e47f09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 120, 0, 1);
text-decoration: none;
}
#s-71a22350-f04f-477e-81d2-268115e47f09:hover {background-color: rgba(255, 100, 0, 1) !important;
text-decoration: none !important;}#s-71a22350-f04f-477e-81d2-268115e47f09:active {background-color: rgba(255, 120, 0, 1) !important;
text-decoration: none !important;}


#s-71a22350-f04f-477e-81d2-268115e47f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-92a3a419-5d7c-4cde-9b7c-9ad4f3f77a52 {
  padding-top: 10px;
padding-bottom: 25px;
}

/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
