<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c3374aad-7c6a-4cd2-a96b-45e92f852ca2 {
  min-height: 50px;
background-color: rgba(148, 148, 148, 0.89);
}








#s-c3374aad-7c6a-4cd2-a96b-45e92f852ca2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3374aad-7c6a-4cd2-a96b-45e92f852ca2.shg-box.shg-c {
  justify-content: center;
}

#s-c84358e4-e1b4-435f-a524-bb5263dc0404 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -50px;
padding-top: 8%;
padding-bottom: 6%;
min-height: 50%;
background-position: right center;
}

#s-c84358e4-e1b4-435f-a524-bb5263dc0404 {
  background-image: url(https://i.shgcdn.com/7bc44d7c-bbb3-4ffb-a6f1-36271b9a784a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c84358e4-e1b4-435f-a524-bb5263dc0404 &gt; .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
  display: block;
}#s-c84358e4-e1b4-435f-a524-bb5263dc0404.shg-box.shg-c {
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row &gt; div:empty {
  display: block;
}

#s-da845f4f-2813-4160-a5f3-7a98779b3a5c {
  margin-top: 0%;
margin-bottom: -8px;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-da845f4f-2813-4160-a5f3-7a98779b3a5c"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da845f4f-2813-4160-a5f3-7a98779b3a5c"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-da845f4f-2813-4160-a5f3-7a98779b3a5c"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-da845f4f-2813-4160-a5f3-7a98779b3a5c"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

}

#s-94d4870d-b83d-40ff-a543-b8430af2ddae {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
min-height: 50px;
}








#s-94d4870d-b83d-40ff-a543-b8430af2ddae &gt; .shg-box-overlay {
  background-color: rgba(38, 37, 37, 1);
  opacity: 0.9;
  display: block;
}#s-94d4870d-b83d-40ff-a543-b8430af2ddae.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-645cbbbb-6b64-48cb-ad61-60820a87d93f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
min-height: 4%;
text-align: center;
background-color: rgba(54, 54, 54, 0);
}

#s-645cbbbb-6b64-48cb-ad61-60820a87d93f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-7a72c684-a882-4c26-8820-e829d8004746 {
  margin-left: 8px;
margin-right: 8px;
padding-top: 12px;
padding-left: 4px;
padding-bottom: 16px;
padding-right: 4px;
text-align: center;
}
@media (min-width: 1200px){#s-7a72c684-a882-4c26-8820-e829d8004746 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a72c684-a882-4c26-8820-e829d8004746 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a72c684-a882-4c26-8820-e829d8004746 {
  
}
}@media (max-width: 767px){#s-7a72c684-a882-4c26-8820-e829d8004746 {
  
}
}
#s-7a72c684-a882-4c26-8820-e829d8004746 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



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

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button &gt; svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-bebd186b-f623-465c-a7d6-b2b5c114d2db {
  margin-top: -12px;
padding-top: 14px;
padding-left: 0%;
padding-bottom: 6px;
padding-right: 0%;
}

#s-bebd186b-f623-465c-a7d6-b2b5c114d2db .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bebd186b-f623-465c-a7d6-b2b5c114d2db .shg-sld-nav-button.shg-sld-left,
#s-bebd186b-f623-465c-a7d6-b2b5c114d2db .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-not-linked &gt; 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 &gt; div {
  width: 100%;
}

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-08add7a2-9233-4cad-8096-7edf132b30b3 {
  margin-top: -12px;
text-align: center;
}







  #s-08add7a2-9233-4cad-8096-7edf132b30b3 img.shogun-image {
    

    
    
    
  }


#s-08add7a2-9233-4cad-8096-7edf132b30b3 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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 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;
  
  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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-4c1364e6-574d-4143-bee2-22229f63cee1 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-06ad6a75-71e4-43e5-9597-d3a32b28fa17 {
  margin-top: -12px;
text-align: center;
}







  #s-06ad6a75-71e4-43e5-9597-d3a32b28fa17 img.shogun-image {
    

    
    
    
  }


#s-06ad6a75-71e4-43e5-9597-d3a32b28fa17 .shogun-image-content {
  
    align-items: center;
  
}

#s-549ce212-1835-4768-a6b5-a8eaf686f118 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-ecc14b76-4957-4bb7-b4ea-a203bc68f687 {
  margin-top: -12px;
margin-bottom: 0px;
text-align: center;
}







  #s-ecc14b76-4957-4bb7-b4ea-a203bc68f687 img.shogun-image {
    

    
    
    
  }


#s-ecc14b76-4957-4bb7-b4ea-a203bc68f687 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2d9af22-6ae6-420a-b240-ed2c51777ce1 {
  margin-top: 30%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-bc693730-b8ab-429f-8bfb-c8b7f26bdf2a {
  margin-top: -12px;
text-align: center;
}







  #s-bc693730-b8ab-429f-8bfb-c8b7f26bdf2a img.shogun-image {
    

    
    
    
  }


#s-bc693730-b8ab-429f-8bfb-c8b7f26bdf2a .shogun-image-content {
  
    align-items: center;
  
}

#s-4106754a-3494-4625-8b38-5872aabc7d82 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-61375b75-e68d-468d-ac89-1bb9486972b3 {
  margin-top: -12px;
text-align: center;
}







  #s-61375b75-e68d-468d-ac89-1bb9486972b3 img.shogun-image {
    

    
    
    
  }


#s-61375b75-e68d-468d-ac89-1bb9486972b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe703cb9-6978-4b04-9d61-2e09466ec0b9 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-36f7190b-1cb6-4771-8bf6-0cefc382ccd3 {
  margin-top: -12px;
text-align: center;
}








#s-36f7190b-1cb6-4771-8bf6-0cefc382ccd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba63fba0-68ef-4818-9b2e-aed9b9e1b644 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-fb8a5c71-c612-475d-812a-d5a3c47fa211 {
  margin-top: -12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-fb8a5c71-c612-475d-812a-d5a3c47fa211 img.shogun-image {
    

    
    
    
  }


#s-fb8a5c71-c612-475d-812a-d5a3c47fa211 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f330c5-0601-4bdb-8c41-215ed4a600c3 {
  margin-top: 32%;
margin-bottom: 0px;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-c353769a-1d05-4dd4-9416-28724a61184f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c353769a-1d05-4dd4-9416-28724a61184f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c353769a-1d05-4dd4-9416-28724a61184f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c353769a-1d05-4dd4-9416-28724a61184f {
  
}
}@media (max-width: 767px){#s-c353769a-1d05-4dd4-9416-28724a61184f {
  
}
}
#s-c353769a-1d05-4dd4-9416-28724a61184f .shogun-heading-component h2 {
  color: rgba(211, 215, 217, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ad6c131c-94d9-42b0-8d55-371913453677 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-ad6c131c-94d9-42b0-8d55-371913453677"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad6c131c-94d9-42b0-8d55-371913453677"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad6c131c-94d9-42b0-8d55-371913453677"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad6c131c-94d9-42b0-8d55-371913453677"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

.shogun-accordion-icon.shogun-icon-chevron &gt; span::after {
  content: "â–¸";
}

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

.shogun-accordion-icon.shogun-icon-plus &gt; span::after {
  content: "ï¼‹";
}

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

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 1);
  padding: 2px;
}

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(39, 39, 39, 0.69);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-8857d724-f200-4e2f-a97a-aefdcdbb58f9 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c5a5f344-e66c-4234-92f5-d6f8eddd922f {
  margin-top: 4%;
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 1);
  padding: 2px;
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(39, 39, 39, 0.69);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-3a15dd86-b559-4584-9ecb-3aac6a801c2d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a223e456-0ff6-4628-889b-209f2d8dcf48 {
  margin-top: 4%;
}

#s-d8bb0e12-7fee-4afd-a232-3d497bf65afc {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}








#s-d8bb0e12-7fee-4afd-a232-3d497bf65afc &gt; .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-d8bb0e12-7fee-4afd-a232-3d497bf65afc.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 {
  margin-top: -2%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 td.shogun-table-column, #s-ad097b36-0540-4f8a-ac4a-9d3d10e36824 td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8d254556-b874-4da1-ab5e-5deb5cedd0eb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-8d254556-b874-4da1-ab5e-5deb5cedd0eb &gt; .shg-box-overlay {
  background-color: rgba(38, 37, 37, 1);
  opacity: 0.9;
  display: block;
}#s-8d254556-b874-4da1-ab5e-5deb5cedd0eb.shg-box.shg-c {
  justify-content: center;
}

#s-25eccf33-21de-499e-a661-26ee0b8b6ba8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4%;
text-align: center;
background-color: rgba(54, 54, 54, 0);
}

#s-25eccf33-21de-499e-a661-26ee0b8b6ba8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-99087252-d4f2-45f5-91a0-54a255fd182a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: center center;
}








#s-99087252-d4f2-45f5-91a0-54a255fd182a &gt; .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  display: block;
}#s-99087252-d4f2-45f5-91a0-54a255fd182a.shg-box.shg-c {
  justify-content: center;
}

#s-2fb387fa-722b-4774-8e24-c822033b463d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-2fb387fa-722b-4774-8e24-c822033b463d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fb387fa-722b-4774-8e24-c822033b463d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fb387fa-722b-4774-8e24-c822033b463d {
  
}
}@media (max-width: 767px){#s-2fb387fa-722b-4774-8e24-c822033b463d {
  
}
}
@media (min-width: 0px) {
[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (max-width: 767px) {
  [id="s-2fb387fa-722b-4774-8e24-c822033b463d"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6f8c1ff-5465-4da3-a9b8-be0d0199e8a1 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}
#s-b6f8c1ff-5465-4da3-a9b8-be0d0199e8a1:hover {opacity: 0.7 !important;}






  #s-b6f8c1ff-5465-4da3-a9b8-be0d0199e8a1 img.shogun-image {
    

    
    
    
  }


#s-b6f8c1ff-5465-4da3-a9b8-be0d0199e8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d24f48f2-7731-4e5d-8e95-7cb1f2dc8817 {
  margin-top: 0%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0px;
}

#s-839355fe-93e1-4caa-a135-0bc95ae510c6 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(233, 233, 233, 0.84);
}








#s-839355fe-93e1-4caa-a135-0bc95ae510c6 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-839355fe-93e1-4caa-a135-0bc95ae510c6.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

.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-390f60c0-c52c-4439-a567-0013de43db02 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 10px;
padding-left: 14%;
padding-bottom: 10px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-390f60c0-c52c-4439-a567-0013de43db02:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-390f60c0-c52c-4439-a567-0013de43db02:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-390f60c0-c52c-4439-a567-0013de43db02-root {
    text-align: center;
  }


#s-390f60c0-c52c-4439-a567-0013de43db02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-390f60c0-c52c-4439-a567-0013de43db02-root {
    text-align: center;
  }


#s-390f60c0-c52c-4439-a567-0013de43db02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-390f60c0-c52c-4439-a567-0013de43db02-root {
    text-align: center;
  }


#s-390f60c0-c52c-4439-a567-0013de43db02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-390f60c0-c52c-4439-a567-0013de43db02-root {
    text-align: center;
  }


#s-390f60c0-c52c-4439-a567-0013de43db02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-390f60c0-c52c-4439-a567-0013de43db02-root {
    text-align: center;
  }


#s-390f60c0-c52c-4439-a567-0013de43db02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4e858419-db68-4e22-a20c-46d752c8f64c {
  margin-left: 4%;
margin-bottom: -4%;
margin-right: 4%;
padding-top: 4%;
padding-bottom: 0px;
}

#s-53fe6ad9-00bc-4241-a211-987446a8248e {
  margin-left: 16%;
margin-right: 16%;
}

@media (min-width: 0px) {
[id="s-53fe6ad9-00bc-4241-a211-987446a8248e"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-53fe6ad9-00bc-4241-a211-987446a8248e"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-53fe6ad9-00bc-4241-a211-987446a8248e"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-53fe6ad9-00bc-4241-a211-987446a8248e"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-b69ba496-a804-462b-91e4-f19a52c3fd84 {
  margin-top: 22%;
margin-left: 16%;
margin-bottom: 22%;
margin-right: 16%;
text-align: center;
}
#s-b69ba496-a804-462b-91e4-f19a52c3fd84:hover {opacity: 0.2 !important;}






  #s-b69ba496-a804-462b-91e4-f19a52c3fd84 img.shogun-image {
    

    
    
    
  }


#s-b69ba496-a804-462b-91e4-f19a52c3fd84 .shogun-image-content {
  
    align-items: center;
  
}

#s-73109c9f-3e42-4686-aa06-690f86a0dea7 {
  margin-top: 20%;
margin-left: 14%;
margin-bottom: 20%;
margin-right: 14%;
text-align: center;
}
#s-73109c9f-3e42-4686-aa06-690f86a0dea7:hover {opacity: 0.2 !important;}






  #s-73109c9f-3e42-4686-aa06-690f86a0dea7 img.shogun-image {
    

    
    
    
  }


#s-73109c9f-3e42-4686-aa06-690f86a0dea7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cca2022-b79d-4069-a93f-71a95ba57760 {
  margin-top: 19%;
margin-left: 12%;
margin-bottom: 19%;
margin-right: 12%;
text-align: center;
}
#s-3cca2022-b79d-4069-a93f-71a95ba57760:hover {opacity: 0.2 !important;}






  #s-3cca2022-b79d-4069-a93f-71a95ba57760 img.shogun-image {
    

    
    
    
  }


#s-3cca2022-b79d-4069-a93f-71a95ba57760 .shogun-image-content {
  
    align-items: center;
  
}

#s-742615c3-8dc5-4207-921b-2e9afec43fa2 {
  margin-left: 16%;
margin-right: 16%;
}

@media (min-width: 0px) {
[id="s-742615c3-8dc5-4207-921b-2e9afec43fa2"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-742615c3-8dc5-4207-921b-2e9afec43fa2"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-742615c3-8dc5-4207-921b-2e9afec43fa2"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-742615c3-8dc5-4207-921b-2e9afec43fa2"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-44e790d3-cb4b-4bed-8a39-0052a37066e9 {
  margin-top: 18%;
margin-left: 10%;
margin-bottom: 18%;
margin-right: 10%;
text-align: center;
}
#s-44e790d3-cb4b-4bed-8a39-0052a37066e9:hover {opacity: 0.2 !important;}






  #s-44e790d3-cb4b-4bed-8a39-0052a37066e9 img.shogun-image {
    

    
    
    
  }


#s-44e790d3-cb4b-4bed-8a39-0052a37066e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-30540f0a-ff21-4d1c-bada-20a9214b6b1d {
  margin-top: 18%;
margin-left: 6%;
margin-bottom: 18%;
margin-right: 6%;
text-align: center;
}
#s-30540f0a-ff21-4d1c-bada-20a9214b6b1d:hover {opacity: 0.2 !important;}






  #s-30540f0a-ff21-4d1c-bada-20a9214b6b1d img.shogun-image {
    

    
    
    
  }


#s-30540f0a-ff21-4d1c-bada-20a9214b6b1d .shogun-image-content {
  
    align-items: center;
  
}

#s-5969bd0b-b6d1-4c7a-9727-234b825bb177 {
  margin-top: 14%;
margin-bottom: 14%;
text-align: center;
}
#s-5969bd0b-b6d1-4c7a-9727-234b825bb177:hover {opacity: 0.2 !important;}






  #s-5969bd0b-b6d1-4c7a-9727-234b825bb177 img.shogun-image {
    

    
    
    
  }


#s-5969bd0b-b6d1-4c7a-9727-234b825bb177 .shogun-image-content {
  
    align-items: center;
  
}

#s-701e2068-3c74-4de4-97f0-6c033c7d055d {
  margin-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
min-height: 50px;
}








#s-701e2068-3c74-4de4-97f0-6c033c7d055d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-701e2068-3c74-4de4-97f0-6c033c7d055d.shg-box.shg-c {
  justify-content: center;
}

#s-541699a4-f827-45dd-997d-7e5282c0d1de {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}







  #s-541699a4-f827-45dd-997d-7e5282c0d1de img.shogun-image {
    

    
    
    
  }


#s-541699a4-f827-45dd-997d-7e5282c0d1de .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6a5653-8a38-455e-8105-3a82b303d695 {
  margin-top: 0%;
margin-left: 20px;
margin-bottom: 1%;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ef6a5653-8a38-455e-8105-3a82b303d695 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef6a5653-8a38-455e-8105-3a82b303d695 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef6a5653-8a38-455e-8105-3a82b303d695 {
  
}
}@media (max-width: 767px){#s-ef6a5653-8a38-455e-8105-3a82b303d695 {
  
}
}
#s-ef6a5653-8a38-455e-8105-3a82b303d695 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-321dbfd4-1cf6-4a5d-bbbc-3ff926ff30bc {
  text-align: center;
}







  #s-321dbfd4-1cf6-4a5d-bbbc-3ff926ff30bc img.shogun-image {
    

    
    
    
  }


#s-321dbfd4-1cf6-4a5d-bbbc-3ff926ff30bc .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab03901-3eb4-4a8d-a958-00807f9319c5 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.82);
  padding: 1%;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(0, 0, 0, 1);
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid #ddd;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-d8125ae8-a9b9-439f-a71e-267afafcc18e &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4a19ac85-8d94-4f5d-81c5-abf3fddb7c9e {
  padding-top: 8%;
padding-left: 8%;
padding-bottom: 8%;
padding-right: 8%;
}

#s-84c8bd08-a60d-435c-9581-46cfd312ac2b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: center center;
}








#s-84c8bd08-a60d-435c-9581-46cfd312ac2b &gt; .shg-box-overlay {
  background-color: rgba(27, 27, 27, 1);
  opacity: 0.8;
  display: block;
}#s-84c8bd08-a60d-435c-9581-46cfd312ac2b.shg-box.shg-c {
  justify-content: center;
}

#s-40b0a041-9956-40cd-ad7b-3ecf75772c4d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-40b0a041-9956-40cd-ad7b-3ecf75772c4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40b0a041-9956-40cd-ad7b-3ecf75772c4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40b0a041-9956-40cd-ad7b-3ecf75772c4d {
  
}
}@media (max-width: 767px){#s-40b0a041-9956-40cd-ad7b-3ecf75772c4d {
  
}
}
@media (min-width: 0px) {
[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-40b0a041-9956-40cd-ad7b-3ecf75772c4d"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

#s-1b8591bc-5aa3-4592-84a8-d0cb1f3fb778 {
  margin-top: 0%;
margin-bottom: -2%;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}







  #s-1b8591bc-5aa3-4592-84a8-d0cb1f3fb778 img.shogun-image {
    

    
    
    
  }


#s-1b8591bc-5aa3-4592-84a8-d0cb1f3fb778 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 {
  margin-top: 0%;
margin-left: 20px;
margin-bottom: 1%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 {
  
}
}@media (max-width: 767px){#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 {
  
}
}
#s-47e1c3c2-b188-44fc-a4d4-a5fe17719647 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-a55ae17a-fa2e-499e-a7ab-7c577443dd0c {
  text-align: center;
}







  #s-a55ae17a-fa2e-499e-a7ab-7c577443dd0c img.shogun-image {
    

    
    
    
  }


#s-a55ae17a-fa2e-499e-a7ab-7c577443dd0c .shogun-image-content {
  
    align-items: center;
  
}

#s-8993d2ca-1178-4ea5-b036-9d556a27aa3a {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.22);
  padding: 1%;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0.22);
  border-top: 1px solid #ddd;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-59e82b8d-9809-4b50-8955-c5c5b08bd15d &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c95938b7-625c-4025-b8cb-79a63cd9f2cc {
  padding-top: 8%;
padding-left: 8%;
padding-bottom: 8%;
padding-right: 8%;
}

#s-58f6d7a7-0ea1-49d3-b6c8-bda9de9464d4 {
  margin-top: -2%;
margin-bottom: -2%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
text-align: center;
}
#s-58f6d7a7-0ea1-49d3-b6c8-bda9de9464d4:hover {opacity: 0.7 !important;}






  #s-58f6d7a7-0ea1-49d3-b6c8-bda9de9464d4 img.shogun-image {
    

    
    
    
  }


#s-58f6d7a7-0ea1-49d3-b6c8-bda9de9464d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-940392c9-8a5a-49d1-b8ed-4c6cd8281411 {
  margin-top: 2%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0px;
}

#s-432b37ad-ab72-40bd-bfd6-a748a993d901 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(233, 233, 233, 0.84);
}








#s-432b37ad-ab72-40bd-bfd6-a748a993d901 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-432b37ad-ab72-40bd-bfd6-a748a993d901.shg-box.shg-c {
  justify-content: center;
}

#s-be1611e9-265e-43ed-ad10-903894fa8107 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-be1611e9-265e-43ed-ad10-903894fa8107:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-be1611e9-265e-43ed-ad10-903894fa8107:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-be1611e9-265e-43ed-ad10-903894fa8107-root {
    text-align: center;
  }


#s-be1611e9-265e-43ed-ad10-903894fa8107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be1611e9-265e-43ed-ad10-903894fa8107-root {
    text-align: center;
  }


#s-be1611e9-265e-43ed-ad10-903894fa8107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be1611e9-265e-43ed-ad10-903894fa8107-root {
    text-align: center;
  }


#s-be1611e9-265e-43ed-ad10-903894fa8107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be1611e9-265e-43ed-ad10-903894fa8107-root {
    text-align: center;
  }


#s-be1611e9-265e-43ed-ad10-903894fa8107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be1611e9-265e-43ed-ad10-903894fa8107-root {
    text-align: center;
  }


#s-be1611e9-265e-43ed-ad10-903894fa8107.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-6dd2c943-3cc9-45ea-9be2-f631ba7c7a4a {
  margin-left: 4%;
margin-bottom: -4%;
margin-right: 4%;
padding-top: 4%;
padding-bottom: 0px;
}

#s-2e9852fd-4155-4544-978a-4f4a261d3633 {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 2%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-2e9852fd-4155-4544-978a-4f4a261d3633"] &gt; .shg-row &gt; .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2e9852fd-4155-4544-978a-4f4a261d3633"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2e9852fd-4155-4544-978a-4f4a261d3633"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2e9852fd-4155-4544-978a-4f4a261d3633"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d7c50724-4b32-4183-865d-6b985924d94c {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
text-align: center;
}
#s-d7c50724-4b32-4183-865d-6b985924d94c:hover {opacity: 0.2 !important;}






  #s-d7c50724-4b32-4183-865d-6b985924d94c img.shogun-image {
    

    
    
    
  }


#s-d7c50724-4b32-4183-865d-6b985924d94c .shogun-image-content {
  
    align-items: center;
  
}

#s-d88526e4-f94f-46be-8eeb-982275318eea {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 2%;
margin-right: 6%;
text-align: center;
}
#s-d88526e4-f94f-46be-8eeb-982275318eea:hover {opacity: 0.2 !important;}






  #s-d88526e4-f94f-46be-8eeb-982275318eea img.shogun-image {
    

    
    
    
  }


#s-d88526e4-f94f-46be-8eeb-982275318eea .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7ce3ff-b8bb-427a-8041-e8a6a6b53c0b {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
text-align: center;
}
#s-7c7ce3ff-b8bb-427a-8041-e8a6a6b53c0b:hover {opacity: 0.2 !important;}






  #s-7c7ce3ff-b8bb-427a-8041-e8a6a6b53c0b img.shogun-image {
    

    
    
    
  }


#s-7c7ce3ff-b8bb-427a-8041-e8a6a6b53c0b .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a9fff3-7bb1-4e7e-a77c-c5841ae73075 {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}
#s-a5a9fff3-7bb1-4e7e-a77c-c5841ae73075:hover {opacity: 0.2 !important;}






  #s-a5a9fff3-7bb1-4e7e-a77c-c5841ae73075 img.shogun-image {
    

    
    
    
  }


#s-a5a9fff3-7bb1-4e7e-a77c-c5841ae73075 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb86843b-faa5-4608-802b-122515d1d8dd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: center center;
}








#s-bb86843b-faa5-4608-802b-122515d1d8dd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
  display: block;
}#s-bb86843b-faa5-4608-802b-122515d1d8dd.shg-box.shg-c {
  justify-content: center;
}

#s-d7a8a0c7-2989-4acf-84fc-f2a734930c69 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-d7a8a0c7-2989-4acf-84fc-f2a734930c69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7a8a0c7-2989-4acf-84fc-f2a734930c69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7a8a0c7-2989-4acf-84fc-f2a734930c69 {
  
}
}@media (max-width: 767px){#s-d7a8a0c7-2989-4acf-84fc-f2a734930c69 {
  
}
}
@media (min-width: 0px) {
[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (max-width: 767px) {
  [id="s-d7a8a0c7-2989-4acf-84fc-f2a734930c69"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d1c7bffe-ca06-4ec7-ab79-0147bfa1ec50 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
}
#s-d1c7bffe-ca06-4ec7-ab79-0147bfa1ec50:hover {opacity: 0.7 !important;}






  #s-d1c7bffe-ca06-4ec7-ab79-0147bfa1ec50 img.shogun-image {
    

    
    
    
  }


#s-d1c7bffe-ca06-4ec7-ab79-0147bfa1ec50 .shogun-image-content {
  
    align-items: center;
  
}

#s-19f7bed8-2a6d-4acf-8748-1b6f99a1c705 {
  margin-top: 2%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0px;
}

#s-f1eca027-0321-4aa2-a7d8-b3cf443d9f1f {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(233, 233, 233, 0.84);
}








#s-f1eca027-0321-4aa2-a7d8-b3cf443d9f1f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1eca027-0321-4aa2-a7d8-b3cf443d9f1f.shg-box.shg-c {
  justify-content: center;
}

#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1173d99-33c7-4de9-a65a-ebc63357f2d7-root {
    text-align: center;
  }


#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1173d99-33c7-4de9-a65a-ebc63357f2d7-root {
    text-align: center;
  }


#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1173d99-33c7-4de9-a65a-ebc63357f2d7-root {
    text-align: center;
  }


#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1173d99-33c7-4de9-a65a-ebc63357f2d7-root {
    text-align: center;
  }


#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1173d99-33c7-4de9-a65a-ebc63357f2d7-root {
    text-align: center;
  }


#s-b1173d99-33c7-4de9-a65a-ebc63357f2d7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e49b85b4-dcd6-4409-bccb-b4138cf0d23f {
  margin-left: 4%;
margin-bottom: -4%;
margin-right: 4%;
padding-top: 4%;
padding-bottom: 0px;
}

#s-838d9a13-f011-4904-a4dc-7ea4dc97c9a3 {
  margin-left: 16%;
margin-right: 16%;
}

@media (min-width: 0px) {
[id="s-838d9a13-f011-4904-a4dc-7ea4dc97c9a3"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-838d9a13-f011-4904-a4dc-7ea4dc97c9a3"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-838d9a13-f011-4904-a4dc-7ea4dc97c9a3"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-838d9a13-f011-4904-a4dc-7ea4dc97c9a3"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-389a365c-9a88-460c-94b5-436984eae26e {
  margin-top: 18%;
margin-left: 10%;
margin-bottom: 18%;
margin-right: 10%;
text-align: center;
}
#s-389a365c-9a88-460c-94b5-436984eae26e:hover {opacity: 0.2 !important;}






  #s-389a365c-9a88-460c-94b5-436984eae26e img.shogun-image {
    

    
    
    
  }


#s-389a365c-9a88-460c-94b5-436984eae26e .shogun-image-content {
  
    align-items: center;
  
}

#s-a73c9fd7-e4f6-4585-bc29-67369acc128a {
  margin-top: 18%;
margin-left: 6%;
margin-bottom: 18%;
margin-right: 6%;
text-align: center;
}
#s-a73c9fd7-e4f6-4585-bc29-67369acc128a:hover {opacity: 0.2 !important;}






  #s-a73c9fd7-e4f6-4585-bc29-67369acc128a img.shogun-image {
    

    
    
    
  }


#s-a73c9fd7-e4f6-4585-bc29-67369acc128a .shogun-image-content {
  
    align-items: center;
  
}

#s-daf75af8-fa68-4655-816a-3d6e4fbfd81b {
  margin-top: 14%;
margin-bottom: 14%;
text-align: center;
}
#s-daf75af8-fa68-4655-816a-3d6e4fbfd81b:hover {opacity: 0.2 !important;}






  #s-daf75af8-fa68-4655-816a-3d6e4fbfd81b img.shogun-image {
    

    
    
    
  }


#s-daf75af8-fa68-4655-816a-3d6e4fbfd81b .shogun-image-content {
  
    align-items: center;
  
}

#s-75c77c89-7b68-4a92-bec5-438e61bc2cd5 {
  margin-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
min-height: 50px;
}








#s-75c77c89-7b68-4a92-bec5-438e61bc2cd5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c77c89-7b68-4a92-bec5-438e61bc2cd5.shg-box.shg-c {
  justify-content: center;
}

#s-0c3ba19f-bfec-4810-9ba7-9e14dcb70c02 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 12%;
padding-right: 12%;
text-align: center;
}







  #s-0c3ba19f-bfec-4810-9ba7-9e14dcb70c02 img.shogun-image {
    

    
    
    
  }


#s-0c3ba19f-bfec-4810-9ba7-9e14dcb70c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 {
  margin-top: 0%;
margin-left: 20px;
margin-bottom: 1%;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 {
  
}
}@media (max-width: 767px){#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 {
  
}
}
#s-6fc6f971-2c88-4df5-8a06-27a2fcbc8544 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-5629c750-33f0-45b2-86ce-c54e607d703a {
  text-align: center;
}







  #s-5629c750-33f0-45b2-86ce-c54e607d703a img.shogun-image {
    

    
    
    
  }


#s-5629c750-33f0-45b2-86ce-c54e607d703a .shogun-image-content {
  
    align-items: center;
  
}

#s-e357c6fa-57ed-44f7-878b-9037d72b5716 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.82);
  padding: 1%;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(0, 0, 0, 1);
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid #ddd;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-df1219f4-74b3-41c1-a94a-a2cae097fa49 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a729d46c-4e5a-4a40-8f57-62de6e55a48e {
  padding-top: 6%;
padding-left: 8%;
padding-bottom: 6%;
padding-right: 8%;
}

#s-3eab7ddc-8926-42d0-a684-a822050db547 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: center center;
}








#s-3eab7ddc-8926-42d0-a684-a822050db547 &gt; .shg-box-overlay {
  background-color: rgba(27, 27, 27, 1);
  opacity: 0.8;
  display: block;
}#s-3eab7ddc-8926-42d0-a684-a822050db547.shg-box.shg-c {
  justify-content: center;
}

#s-57f25c42-8616-45e3-8a06-958dfd405fd3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-57f25c42-8616-45e3-8a06-958dfd405fd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57f25c42-8616-45e3-8a06-958dfd405fd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57f25c42-8616-45e3-8a06-958dfd405fd3 {
  
}
}@media (max-width: 767px){#s-57f25c42-8616-45e3-8a06-958dfd405fd3 {
  
}
}
@media (min-width: 0px) {
[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0em);
}

[id="s-57f25c42-8616-45e3-8a06-958dfd405fd3"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0em);
}

}

#s-69ca0c52-f0ac-474d-a15e-fd5ac8f0973c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}







  #s-69ca0c52-f0ac-474d-a15e-fd5ac8f0973c img.shogun-image {
    

    
    
    
  }


#s-69ca0c52-f0ac-474d-a15e-fd5ac8f0973c .shogun-image-content {
  
    align-items: center;
  
}

#s-fb162454-1e81-4bd3-8966-d250e6b73faf {
  margin-top: 0%;
margin-left: 20px;
margin-bottom: 1%;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fb162454-1e81-4bd3-8966-d250e6b73faf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb162454-1e81-4bd3-8966-d250e6b73faf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb162454-1e81-4bd3-8966-d250e6b73faf {
  
}
}@media (max-width: 767px){#s-fb162454-1e81-4bd3-8966-d250e6b73faf {
  
}
}
#s-fb162454-1e81-4bd3-8966-d250e6b73faf .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-bbd19187-b50a-4237-945c-c9c31378dbf1 {
  text-align: center;
}







  #s-bbd19187-b50a-4237-945c-c9c31378dbf1 img.shogun-image {
    

    
    
    
  }


#s-bbd19187-b50a-4237-945c-c9c31378dbf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d46e16-9b5c-4f6f-a928-55a03ab80453 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0.22);
  padding: 1%;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 0.22);
  border-top: 1px solid #ddd;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-0c49a7ea-ac7b-448b-a712-5c83736926f4 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e96a9cc5-1a6e-4680-8200-66f350c254dc {
  padding-top: 8%;
padding-left: 8%;
padding-bottom: 8%;
padding-right: 8%;
}

#s-1a875016-437f-434f-9eb0-5990af83815c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
text-align: center;
}
#s-1a875016-437f-434f-9eb0-5990af83815c:hover {opacity: 0.7 !important;}






  #s-1a875016-437f-434f-9eb0-5990af83815c img.shogun-image {
    

    
    
    
  }


#s-1a875016-437f-434f-9eb0-5990af83815c .shogun-image-content {
  
    align-items: center;
  
}

#s-52e030da-6a49-4871-a4d1-605a90ebf8d5 {
  margin-top: 2%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0px;
}

#s-b5ae8b02-3395-40f0-874c-01f53e77bfcf {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(233, 233, 233, 0.84);
}








#s-b5ae8b02-3395-40f0-874c-01f53e77bfcf &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5ae8b02-3395-40f0-874c-01f53e77bfcf.shg-box.shg-c {
  justify-content: center;
}

#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa-root {
    text-align: center;
  }


#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa-root {
    text-align: center;
  }


#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa-root {
    text-align: center;
  }


#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa-root {
    text-align: center;
  }


#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa-root {
    text-align: center;
  }


#s-fdedeecf-a02e-4942-8a70-b5a036bdaeaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1a348fa7-e791-4ff2-8097-51c0d08f1731 {
  margin-left: 4%;
margin-bottom: -4%;
margin-right: 4%;
padding-top: 4%;
padding-bottom: 0px;
}

#s-e9144943-6983-4e3b-a73b-a72b5a504738 {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 2%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-e9144943-6983-4e3b-a73b-a72b5a504738"] &gt; .shg-row &gt; .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e9144943-6983-4e3b-a73b-a72b5a504738"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e9144943-6983-4e3b-a73b-a72b5a504738"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9144943-6983-4e3b-a73b-a72b5a504738"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-33656944-7ed2-4182-8da4-970dd3f86789 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
text-align: center;
}
#s-33656944-7ed2-4182-8da4-970dd3f86789:hover {opacity: 0.2 !important;}






  #s-33656944-7ed2-4182-8da4-970dd3f86789 img.shogun-image {
    

    
    
    
  }


#s-33656944-7ed2-4182-8da4-970dd3f86789 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea68fe46-2710-4eda-a2e5-47ae45af6e49 {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 2%;
margin-right: 6%;
text-align: center;
}
#s-ea68fe46-2710-4eda-a2e5-47ae45af6e49:hover {opacity: 0.2 !important;}






  #s-ea68fe46-2710-4eda-a2e5-47ae45af6e49 img.shogun-image {
    

    
    
    
  }


#s-ea68fe46-2710-4eda-a2e5-47ae45af6e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd4eabbd-2169-4144-92af-b933cd1c511f {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
text-align: center;
}
#s-dd4eabbd-2169-4144-92af-b933cd1c511f:hover {opacity: 0.2 !important;}






  #s-dd4eabbd-2169-4144-92af-b933cd1c511f img.shogun-image {
    

    
    
    
  }


#s-dd4eabbd-2169-4144-92af-b933cd1c511f .shogun-image-content {
  
    align-items: center;
  
}

#s-a573d69d-a004-463e-890a-69d5ec590ada {
  margin-top: -2px;
margin-bottom: -2px;
text-align: center;
}
#s-a573d69d-a004-463e-890a-69d5ec590ada:hover {opacity: 0.2 !important;}






  #s-a573d69d-a004-463e-890a-69d5ec590ada img.shogun-image {
    

    
    
    
  }


#s-a573d69d-a004-463e-890a-69d5ec590ada .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e29504-50b3-4a51-971c-21a9b79345dc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: center center;
}








#s-c9e29504-50b3-4a51-971c-21a9b79345dc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
  display: block;
}#s-c9e29504-50b3-4a51-971c-21a9b79345dc.shg-box.shg-c {
  justify-content: center;
}

#s-679baee6-529f-4605-b031-03371d71aad0 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-679baee6-529f-4605-b031-03371d71aad0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-679baee6-529f-4605-b031-03371d71aad0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-679baee6-529f-4605-b031-03371d71aad0 {
  
}
}@media (max-width: 767px){#s-679baee6-529f-4605-b031-03371d71aad0 {
  
}
}
@media (min-width: 0px) {
[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0em);
}

[id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0em);
}

}

@media (max-width: 767px) {
  [id="s-679baee6-529f-4605-b031-03371d71aad0"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ae4ab8e7-b0ae-4b69-95fb-ab403e0acdd9 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
}
#s-ae4ab8e7-b0ae-4b69-95fb-ab403e0acdd9:hover {opacity: 0.7 !important;}






  #s-ae4ab8e7-b0ae-4b69-95fb-ab403e0acdd9 img.shogun-image {
    

    
    
    
  }


#s-ae4ab8e7-b0ae-4b69-95fb-ab403e0acdd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0bf0331-07b3-4110-86aa-cf151f564793 {
  margin-top: 2%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0px;
}

#s-18dcf384-69b8-4296-b876-2d3967fedb37 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(233, 233, 233, 0.84);
}








#s-18dcf384-69b8-4296-b876-2d3967fedb37 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18dcf384-69b8-4296-b876-2d3967fedb37.shg-box.shg-c {
  justify-content: center;
}

#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmJhNmQzMDctMGFiMy00YzQ3LTgzY2EtY2I5N2I2NzUyODViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YmE2ZDMwNy0wYWIzLTRjNDctODNjYS1jYjk3YjY3NTI4NWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"id"=&gt;2, "pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc-root {
    text-align: center;
  }


#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc-root {
    text-align: center;
  }


#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc-root {
    text-align: center;
  }


#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc-root {
    text-align: center;
  }


#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc-root {
    text-align: center;
  }


#s-a9821c97-4d82-4d9a-801b-b68b0d38f2fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b543d1a8-b001-4969-a2cb-35c9df9b69b6 {
  margin-left: 4%;
margin-bottom: -4%;
margin-right: 4%;
padding-top: 4%;
padding-bottom: 0px;
}

#s-4446a1de-9c29-4c66-9ccd-7c006d7aa32d {
  margin-left: 16%;
margin-right: 16%;
}

@media (min-width: 0px) {
[id="s-4446a1de-9c29-4c66-9ccd-7c006d7aa32d"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-4446a1de-9c29-4c66-9ccd-7c006d7aa32d"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-4446a1de-9c29-4c66-9ccd-7c006d7aa32d"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-4446a1de-9c29-4c66-9ccd-7c006d7aa32d"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-a9c61d55-757d-43e8-973b-fa77a3f7bec8 {
  margin-top: 19%;
margin-left: 12%;
margin-bottom: 19%;
margin-right: 12%;
text-align: center;
}
#s-a9c61d55-757d-43e8-973b-fa77a3f7bec8:hover {opacity: 0.2 !important;}






  #s-a9c61d55-757d-43e8-973b-fa77a3f7bec8 img.shogun-image {
    

    
    
    
  }


#s-a9c61d55-757d-43e8-973b-fa77a3f7bec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5a22e7-ffba-49e1-adaa-b5e650c9b692 {
  margin-top: 18%;
margin-left: 6%;
margin-bottom: 18%;
margin-right: 6%;
text-align: center;
}
#s-9f5a22e7-ffba-49e1-adaa-b5e650c9b692:hover {opacity: 0.2 !important;}






  #s-9f5a22e7-ffba-49e1-adaa-b5e650c9b692 img.shogun-image {
    

    
    
    
  }


#s-9f5a22e7-ffba-49e1-adaa-b5e650c9b692 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a3ae61-cf93-42aa-93f7-1b23c47ca568 {
  margin-top: 14%;
margin-bottom: 14%;
text-align: center;
}
#s-b9a3ae61-cf93-42aa-93f7-1b23c47ca568:hover {opacity: 0.2 !important;}






  #s-b9a3ae61-cf93-42aa-93f7-1b23c47ca568 img.shogun-image {
    

    
    
    
  }


#s-b9a3ae61-cf93-42aa-93f7-1b23c47ca568 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0a74a9f-533e-4ebd-9bb9-9da300823bb0 {
  margin-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
min-height: 50px;
}








#s-a0a74a9f-533e-4ebd-9bb9-9da300823bb0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0a74a9f-533e-4ebd-9bb9-9da300823bb0.shg-box.shg-c {
  justify-content: center;
}

#s-802b0ad8-1842-4d06-a392-31f652c70e09 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 12%;
padding-right: 12%;
text-align: center;
}







  #s-802b0ad8-1842-4d06-a392-31f652c70e09 img.shogun-image {
    

    
    
    
  }


#s-802b0ad8-1842-4d06-a392-31f652c70e09 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 {
  margin-top: 0%;
margin-left: 20px;
margin-bottom: 1%;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 {
  
}
}@media (max-width: 767px){#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 {
  
}
}
#s-9f232b3f-d67f-40da-966b-6c20f66ee7a1 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-cb4caedb-372b-4c85-84a1-b3882cad9aa0 {
  text-align: center;
}







  #s-cb4caedb-372b-4c85-84a1-b3882cad9aa0 img.shogun-image {
    

    
    
    
  }


#s-cb4caedb-372b-4c85-84a1-b3882cad9aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2e4a32-6afa-4473-95f5-6f3686ec7f15 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-74705e36-5c7e-44de-aa42-b4c38374129d {
  min-height: 50px;
}








#s-74705e36-5c7e-44de-aa42-b4c38374129d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74705e36-5c7e-44de-aa42-b4c38374129d.shg-box.shg-c {
  justify-content: center;
}

#s-6150ae50-ba26-44e4-a845-64a7b38bd43e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-6150ae50-ba26-44e4-a845-64a7b38bd43e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6150ae50-ba26-44e4-a845-64a7b38bd43e"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6150ae50-ba26-44e4-a845-64a7b38bd43e"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6150ae50-ba26-44e4-a845-64a7b38bd43e"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-225efc83-933e-45b8-9eff-068beb683211 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 18%;
padding-bottom: 18%;
min-height: 50px;
background-position: left center;
}








#s-225efc83-933e-45b8-9eff-068beb683211 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
  display: block;
}#s-225efc83-933e-45b8-9eff-068beb683211.shg-box.shg-c {
  justify-content: center;
}

#s-d6aab56c-9639-49b7-8fd7-e33b3fa8fa70 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4%;
text-align: center;
background-color: rgba(54, 54, 54, 0);
}

#s-d6aab56c-9639-49b7-8fd7-e33b3fa8fa70 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-4100c460-79aa-40d2-a535-05415b50258b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-4100c460-79aa-40d2-a535-05415b50258b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-4100c460-79aa-40d2-a535-05415b50258b:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4100c460-79aa-40d2-a535-05415b50258b-root {
    text-align: center;
  }


#s-4100c460-79aa-40d2-a535-05415b50258b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4100c460-79aa-40d2-a535-05415b50258b-root {
    text-align: center;
  }


#s-4100c460-79aa-40d2-a535-05415b50258b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4100c460-79aa-40d2-a535-05415b50258b-root {
    text-align: center;
  }


#s-4100c460-79aa-40d2-a535-05415b50258b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4100c460-79aa-40d2-a535-05415b50258b-root {
    text-align: center;
  }


#s-4100c460-79aa-40d2-a535-05415b50258b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4100c460-79aa-40d2-a535-05415b50258b-root {
    text-align: center;
  }


#s-4100c460-79aa-40d2-a535-05415b50258b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-50085fd2-fa9d-4990-bedb-aa568cb6d85c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 18%;
padding-bottom: 18%;
min-height: 50px;
background-position: center top;
}








#s-50085fd2-fa9d-4990-bedb-aa568cb6d85c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
  display: block;
}#s-50085fd2-fa9d-4990-bedb-aa568cb6d85c.shg-box.shg-c {
  justify-content: center;
}

#s-467ca88a-d94c-4594-ad8a-7913b0f5f209 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4%;
text-align: center;
background-color: rgba(54, 54, 54, 0);
}

#s-467ca88a-d94c-4594-ad8a-7913b0f5f209 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0NDNjNTUtNjUyOC00ZjczLWEwZTQtZWI2ZmY1MGUzNGQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRiOTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ4YjM5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQ0M2M1NS02NTI4LTRmNzMtYTBlNC1lYjZmZjUwZTM0ZDIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 4%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 4px;
padding-left: 14%;
padding-bottom: 4px;
padding-right: 14%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#fdb92f"}, {"pos"=&gt;"1.00", "color"=&gt;"#ed8b39"}];
color: rgba(255, 255, 255, 1);
}
#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMmI0MjAtZDNiOC00YzZhLTkxNGItYWQzNzkwZTY5OThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQyYjQyMC1kM2I4LTRjNmEtOTE0Yi1hZDM3OTBlNjk5OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f1750b"}, {"pos"=&gt;"1.00", "color"=&gt;"#f1a50b"}] !important;}#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1-root {
    text-align: center;
  }


#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1-root {
    text-align: center;
  }


#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1-root {
    text-align: center;
  }


#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1-root {
    text-align: center;
  }


#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1-root {
    text-align: center;
  }


#s-4ddb01e6-12e7-45d0-bd44-f9fcff5aa3b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-38df6262-ffed-4ba3-929c-528004c6354f {
  min-height: 50px;
background-color: rgba(38, 37, 37, 1);
}








#s-38df6262-ffed-4ba3-929c-528004c6354f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38df6262-ffed-4ba3-929c-528004c6354f.shg-box.shg-c {
  justify-content: center;
}

#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-position: right top;
}
@media (min-width: 1200px){#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc {
  
}
}@media (max-width: 767px){#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc {
  
}
}







#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc &gt; .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
  display: block;
}#s-c639c95c-2bf4-410c-9b3f-3a31bcc472dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f225f73c-084a-4e9b-bb08-aec1426b71f1 {
  margin-top: 0%;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 4%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-f225f73c-084a-4e9b-bb08-aec1426b71f1 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f225f73c-084a-4e9b-bb08-aec1426b71f1.shg-box.shg-c {
  justify-content: center;
}

#s-c65cff26-87d0-41e3-b083-d1a5cc82b84f {
  margin-bottom: 0px;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-c65cff26-87d0-41e3-b083-d1a5cc82b84f .shogun-heading-component h1 {
  color: rgba(38, 37, 37, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-baf433af-cc25-42a4-902e-4d87be5fc588 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-baf433af-cc25-42a4-902e-4d87be5fc588"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baf433af-cc25-42a4-902e-4d87be5fc588"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baf433af-cc25-42a4-902e-4d87be5fc588"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baf433af-cc25-42a4-902e-4d87be5fc588"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-0deabc56-2996-44d6-b063-1f08c5d900e2 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 2px;
padding-bottom: 0%;
padding-right: 2px;
}

#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(20, 81, 142, 1);
  border-radius: 0px;
}

#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 td.shogun-table-column {
  background-color: rgba(232, 234, 235, 1);
  padding: 10px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 8px;
}

#s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 td.shogun-table-column, #s-e85274bd-1e85-4c59-9e8d-60ef1aea56f4 td.shogun-table-row {
  border: 1px solid rgba(20, 81, 142, 1);
}

#s-38bc515c-bb71-4df9-bc97-2165d4576e3e .shogun-icon-wrapper {
  text-align: center;
}


#s-38bc515c-bb71-4df9-bc97-2165d4576e3e .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-beca52b2-b58c-49be-a189-7acb87462878 .shogun-icon-wrapper {
  text-align: center;
}


#s-beca52b2-b58c-49be-a189-7acb87462878 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-d4abb677-e572-4ee4-85de-d8500adb42e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-d4abb677-e572-4ee4-85de-d8500adb42e2 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-8e9d9e50-d84d-4f67-9ea6-74599b4a1cb2 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e9d9e50-d84d-4f67-9ea6-74599b4a1cb2 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-f709c1b5-06e4-4772-82b6-c585cab70187 .shogun-icon-wrapper {
  text-align: center;
}


#s-f709c1b5-06e4-4772-82b6-c585cab70187 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-7769d526-55f8-4d2a-9fa6-aef1b557cd81 .shogun-icon-wrapper {
  text-align: center;
}


#s-7769d526-55f8-4d2a-9fa6-aef1b557cd81 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-7bdf054e-4c62-47a2-bf15-0927435db194 .shogun-icon-wrapper {
  text-align: center;
}


#s-7bdf054e-4c62-47a2-bf15-0927435db194 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-9619f86a-7381-40a2-af8b-56b1b298f5d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-9619f86a-7381-40a2-af8b-56b1b298f5d3 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-787fb42c-923a-4b95-bb86-7f668f1ed162 .shogun-icon-wrapper {
  text-align: center;
}


#s-787fb42c-923a-4b95-bb86-7f668f1ed162 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e17a0697-a99c-4781-b2c4-b04873348f92 .shogun-icon-wrapper {
  text-align: center;
}


#s-e17a0697-a99c-4781-b2c4-b04873348f92 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-339d2af7-f543-4f8e-b8f1-eb5727626ff5 .shogun-icon-wrapper {
  text-align: center;
}


#s-339d2af7-f543-4f8e-b8f1-eb5727626ff5 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-5af6a81c-e54b-43a3-bdce-6cfa281dfb2a .shogun-icon-wrapper {
  text-align: center;
}


#s-5af6a81c-e54b-43a3-bdce-6cfa281dfb2a .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-2b83cca5-f32d-46e0-bdc1-e4704609cbb7 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b83cca5-f32d-46e0-bdc1-e4704609cbb7 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-d369e3e3-8b5f-4b7e-b714-26981525e38c .shogun-icon-wrapper {
  text-align: center;
}


#s-d369e3e3-8b5f-4b7e-b714-26981525e38c .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-41f7ce1a-8136-4153-ac20-dbe5ad2d8611 .shogun-icon-wrapper {
  text-align: center;
}


#s-41f7ce1a-8136-4153-ac20-dbe5ad2d8611 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-fa5b4695-d87d-4200-81df-0ca1314ba841 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa5b4695-d87d-4200-81df-0ca1314ba841 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-df85d7c9-8e61-457c-8bf4-cb90ac7f5d68 .shogun-icon-wrapper {
  text-align: center;
}


#s-df85d7c9-8e61-457c-8bf4-cb90ac7f5d68 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-bb8f3f90-6cfe-43eb-962e-f7853248ad9d .shogun-icon-wrapper {
  text-align: center;
}


#s-bb8f3f90-6cfe-43eb-962e-f7853248ad9d .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-ae7dd1df-e1af-43f4-a0dc-126a363f1611 .shogun-icon-wrapper {
  text-align: center;
}


#s-ae7dd1df-e1af-43f4-a0dc-126a363f1611 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-0e672a2b-c23a-460b-bf2c-ec1b6b1e1a1e .shogun-icon-wrapper {
  text-align: center;
}


#s-0e672a2b-c23a-460b-bf2c-ec1b6b1e1a1e .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4c84454c-6437-4dec-bbfd-2a57b69175b0 .shogun-icon-wrapper {
  text-align: center;
}


#s-4c84454c-6437-4dec-bbfd-2a57b69175b0 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-1a2a2e80-167f-4fb6-a839-1c2867d9e3d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-1a2a2e80-167f-4fb6-a839-1c2867d9e3d3 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-f7d6aef2-f245-4171-b79c-75148011b23a .shogun-icon-wrapper {
  text-align: center;
}


#s-f7d6aef2-f245-4171-b79c-75148011b23a .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-2aba9df9-1920-4df2-b260-2435e61dab46 .shogun-icon-wrapper {
  text-align: center;
}


#s-2aba9df9-1920-4df2-b260-2435e61dab46 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-3dfbfc00-6ffb-431c-9b86-2068713c3478 .shogun-icon-wrapper {
  text-align: center;
}


#s-3dfbfc00-6ffb-431c-9b86-2068713c3478 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e55be4a4-9b7f-4a1a-b49d-3f65ef8a81e5 .shogun-icon-wrapper {
  text-align: center;
}


#s-e55be4a4-9b7f-4a1a-b49d-3f65ef8a81e5 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-3ba6760e-e95b-43e8-ba6c-2d9d1c5b99b9 .shogun-icon-wrapper {
  text-align: center;
}


#s-3ba6760e-e95b-43e8-ba6c-2d9d1c5b99b9 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-d73cb990-31cf-48d2-8a39-8017d288abc4 .shogun-icon-wrapper {
  text-align: center;
}


#s-d73cb990-31cf-48d2-8a39-8017d288abc4 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-9f243d36-0cd5-4c71-97a6-c6cf4efa635f .shogun-icon-wrapper {
  text-align: center;
}


#s-9f243d36-0cd5-4c71-97a6-c6cf4efa635f .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-62d7ee05-f006-4924-8ec2-608152d91e45 .shogun-icon-wrapper {
  text-align: center;
}


#s-62d7ee05-f006-4924-8ec2-608152d91e45 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e4dea119-fc9e-4b6b-ad95-d5da13eb0a81 .shogun-icon-wrapper {
  text-align: center;
}


#s-e4dea119-fc9e-4b6b-ad95-d5da13eb0a81 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-15158fb7-cd0c-4c2c-b911-d11df2471569 .shogun-icon-wrapper {
  text-align: center;
}


#s-15158fb7-cd0c-4c2c-b911-d11df2471569 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-16f4e55a-1fed-481f-8b8f-85f2fd05f89b .shogun-icon-wrapper {
  text-align: center;
}


#s-16f4e55a-1fed-481f-8b8f-85f2fd05f89b .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-36222785-f9c8-49ba-8158-e454ad4b3e7d .shogun-icon-wrapper {
  text-align: center;
}


#s-36222785-f9c8-49ba-8158-e454ad4b3e7d .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-78134c93-6da5-4d84-9ead-6c54a313c9b7 .shogun-icon-wrapper {
  text-align: center;
}


#s-78134c93-6da5-4d84-9ead-6c54a313c9b7 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-d39e0689-047b-4508-9f5f-957253d5166d .shogun-icon-wrapper {
  text-align: center;
}


#s-d39e0689-047b-4508-9f5f-957253d5166d .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4d26c9e3-bc98-44dc-b0a7-7ad47f41d5ed .shogun-icon-wrapper {
  text-align: center;
}


#s-4d26c9e3-bc98-44dc-b0a7-7ad47f41d5ed .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-84774d4d-cd43-4a11-814e-39f9c3147ce6 .shogun-icon-wrapper {
  text-align: center;
}


#s-84774d4d-cd43-4a11-814e-39f9c3147ce6 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-51e7bf1d-c120-4a1d-8cef-0d5d740af470 .shogun-icon-wrapper {
  text-align: center;
}


#s-51e7bf1d-c120-4a1d-8cef-0d5d740af470 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-86a30817-d083-47eb-ad17-b8e3d6053846 .shogun-icon-wrapper {
  text-align: center;
}


#s-86a30817-d083-47eb-ad17-b8e3d6053846 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4221e5ab-9a79-47da-b0bc-44e06671cb51 .shogun-icon-wrapper {
  text-align: center;
}


#s-4221e5ab-9a79-47da-b0bc-44e06671cb51 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-9d4cb7ea-ca9c-479b-97c4-53f141306ce9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d4cb7ea-ca9c-479b-97c4-53f141306ce9 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-6ce8c318-525e-4c9f-b823-6985f6f689c4 .shogun-icon-wrapper {
  text-align: center;
}


#s-6ce8c318-525e-4c9f-b823-6985f6f689c4 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-06e42299-2c57-4561-ac66-ab270fab378e .shogun-icon-wrapper {
  text-align: center;
}


#s-06e42299-2c57-4561-ac66-ab270fab378e .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4a325d69-4be1-46cb-9d51-00bfd6f9899e .shogun-icon-wrapper {
  text-align: center;
}


#s-4a325d69-4be1-46cb-9d51-00bfd6f9899e .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-b252725f-b3e4-47b2-af01-302d279849c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-b252725f-b3e4-47b2-af01-302d279849c6 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-b39d1027-3e86-4a6a-bb96-6234f185dc1a .shogun-icon-wrapper {
  text-align: center;
}


#s-b39d1027-3e86-4a6a-bb96-6234f185dc1a .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-07cf6217-f0e5-443d-8a12-888ac5c495c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-07cf6217-f0e5-443d-8a12-888ac5c495c5 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-feb19bf0-6ab0-4660-8ce2-3fbadf480ba0 .shogun-icon-wrapper {
  text-align: center;
}


#s-feb19bf0-6ab0-4660-8ce2-3fbadf480ba0 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-96e5667f-8ed2-4429-9fab-234320e3786b .shogun-icon-wrapper {
  text-align: center;
}


#s-96e5667f-8ed2-4429-9fab-234320e3786b .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-340c2350-cd8b-4dd1-a666-d4fed60ca6fb .shogun-icon-wrapper {
  text-align: center;
}


#s-340c2350-cd8b-4dd1-a666-d4fed60ca6fb .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-2d6c1901-6771-4a69-88f3-073657132440 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d6c1901-6771-4a69-88f3-073657132440 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4af86f64-9430-405a-944e-d64f27adc29a .shogun-icon-wrapper {
  text-align: center;
}


#s-4af86f64-9430-405a-944e-d64f27adc29a .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e3d01e84-a2dd-4583-b5bc-e310f02f8293 .shogun-icon-wrapper {
  text-align: center;
}


#s-e3d01e84-a2dd-4583-b5bc-e310f02f8293 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-0a1f93b5-e44c-42d7-bd91-6d44d86e06a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-0a1f93b5-e44c-42d7-bd91-6d44d86e06a4 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-f4d3aa53-48d1-4a15-80b6-63db56fbcb26 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4d3aa53-48d1-4a15-80b6-63db56fbcb26 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-955bb691-c309-4ad4-8da9-642f2b33ab3e .shogun-icon-wrapper {
  text-align: center;
}


#s-955bb691-c309-4ad4-8da9-642f2b33ab3e .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-e2d6333c-46a8-4f47-bf9f-17f86a0d3316 .shogun-icon-wrapper {
  text-align: center;
}


#s-e2d6333c-46a8-4f47-bf9f-17f86a0d3316 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-411b9a35-1c00-447a-8c87-6ef12c1b2340 .shogun-icon-wrapper {
  text-align: center;
}


#s-411b9a35-1c00-447a-8c87-6ef12c1b2340 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-54ad9ddf-5c56-4ba3-8d44-8fbb09a78182 .shogun-icon-wrapper {
  text-align: center;
}


#s-54ad9ddf-5c56-4ba3-8d44-8fbb09a78182 .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-23d920c2-6b10-4c23-8828-85cddfabb87b .shogun-icon-wrapper {
  text-align: center;
}


#s-23d920c2-6b10-4c23-8828-85cddfabb87b .shogun-icon-wrapper &gt; .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-ca6caff7-dd9c-41e0-a4a9-354dc95673af {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-7b95598f-6d3d-466d-aa2b-f546b05499ee &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bcce29a1-a423-48ad-968a-b7ea347bf59a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(69, 163, 231, 0.5);
}








#s-bcce29a1-a423-48ad-968a-b7ea347bf59a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcce29a1-a423-48ad-968a-b7ea347bf59a.shg-box.shg-c {
  justify-content: center;
}

#s-2b10ac02-b6cd-4bf1-a387-2f633cd7411e {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
background-color: rgba(255, 255, 255, 0);
}

#s-8d9fb6e2-b37e-4466-8492-9b24d7bca7a9 {
  text-align: center;
}







  #s-8d9fb6e2-b37e-4466-8492-9b24d7bca7a9 img.shogun-image {
    

    
    
    
  }


#s-8d9fb6e2-b37e-4466-8492-9b24d7bca7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa57ea63-1633-48a0-af5c-04b30a323379 {
  padding-top: 2px;
padding-left: 8%;
padding-bottom: 4%;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-fa57ea63-1633-48a0-af5c-04b30a323379"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa57ea63-1633-48a0-af5c-04b30a323379"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-fa57ea63-1633-48a0-af5c-04b30a323379"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-fa57ea63-1633-48a0-af5c-04b30a323379"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-e8f4a5e0-0db9-4cd3-82f6-fa1be03f201a {
  margin-top: 8%;
margin-bottom: 8%;
text-align: center;
}







  #s-e8f4a5e0-0db9-4cd3-82f6-fa1be03f201a img.shogun-image {
    

    
    
    
  }


#s-e8f4a5e0-0db9-4cd3-82f6-fa1be03f201a .shogun-image-content {
  
    align-items: center;
  
}

#s-0d77b58b-aa1b-4ee6-87a2-9f1cc40dbb7e {
  margin-top: 8%;
text-align: center;
}







  #s-0d77b58b-aa1b-4ee6-87a2-9f1cc40dbb7e img.shogun-image {
    

    
    
    
  }


#s-0d77b58b-aa1b-4ee6-87a2-9f1cc40dbb7e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc346971-884f-43aa-9dbb-8727cf9b1027 {
  text-align: center;
}







  #s-bc346971-884f-43aa-9dbb-8727cf9b1027 img.shogun-image {
    

    
    
    
  }


#s-bc346971-884f-43aa-9dbb-8727cf9b1027 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2441aad-6386-4db8-8c9d-4ed8e1ee0ac1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(69, 163, 231, 0.5);
}








#s-f2441aad-6386-4db8-8c9d-4ed8e1ee0ac1 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2441aad-6386-4db8-8c9d-4ed8e1ee0ac1.shg-box.shg-c {
  justify-content: center;
}

#s-7d451822-b53e-42d7-b5ed-889aba9f8828 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
background-color: rgba(255, 255, 255, 0);
}

#s-9305790b-d5ba-4599-a474-dca5fdcaad59 {
  text-align: center;
}







  #s-9305790b-d5ba-4599-a474-dca5fdcaad59 img.shogun-image {
    

    
    
    
  }


#s-9305790b-d5ba-4599-a474-dca5fdcaad59 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0fbe3b2-10fe-485b-95f3-d4a62facab29 {
  padding-top: 2px;
padding-left: 8%;
padding-bottom: 4%;
padding-right: 8%;
}

@media (min-width: 0px) {
[id="s-d0fbe3b2-10fe-485b-95f3-d4a62facab29"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0fbe3b2-10fe-485b-95f3-d4a62facab29"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-d0fbe3b2-10fe-485b-95f3-d4a62facab29"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-d0fbe3b2-10fe-485b-95f3-d4a62facab29"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-f2de49d9-abf8-4e02-bdf8-5bf4bc098857 {
  margin-top: 7%;
text-align: center;
}







  #s-f2de49d9-abf8-4e02-bdf8-5bf4bc098857 img.shogun-image {
    

    
    
    
  }


#s-f2de49d9-abf8-4e02-bdf8-5bf4bc098857 .shogun-image-content {
  
    align-items: center;
  
}

#s-a709f188-3c4b-4a0d-8583-89f748e09107 {
  margin-top: 7%;
text-align: center;
}







  #s-a709f188-3c4b-4a0d-8583-89f748e09107 img.shogun-image {
    

    
    
    
  }


#s-a709f188-3c4b-4a0d-8583-89f748e09107 .shogun-image-content {
  
    align-items: center;
  
}

#s-4083d886-1be4-40cd-af54-0b40a3f5459d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(69, 163, 231, 0.5);
}








#s-4083d886-1be4-40cd-af54-0b40a3f5459d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4083d886-1be4-40cd-af54-0b40a3f5459d.shg-box.shg-c {
  justify-content: center;
}

#s-06e26958-7882-4917-bbad-667db77d5b96 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
background-color: rgba(255, 255, 255, 0);
}

#s-ef83b158-0811-4948-8020-06ab6464f62e {
  text-align: center;
}







  #s-ef83b158-0811-4948-8020-06ab6464f62e img.shogun-image {
    

    
    
    
  }


#s-ef83b158-0811-4948-8020-06ab6464f62e .shogun-image-content {
  
    align-items: center;
  
}

#s-dd632de2-28a7-4197-b44e-c8eae41cd5e0 {
  margin-top: 0%;
margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-dd632de2-28a7-4197-b44e-c8eae41cd5e0"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd632de2-28a7-4197-b44e-c8eae41cd5e0"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.0em);
}

}

@media (min-width: 992px) {
[id="s-dd632de2-28a7-4197-b44e-c8eae41cd5e0"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.0em);
}

}

@media (min-width: 1200px) {
[id="s-dd632de2-28a7-4197-b44e-c8eae41cd5e0"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.0em);
}

}

#s-8971a0be-a14b-4c46-bb78-a5e7c6c4a56a {
  margin-top: 4%;
margin-bottom: 4%;
text-align: center;
}







  #s-8971a0be-a14b-4c46-bb78-a5e7c6c4a56a img.shogun-image {
    

    
    
    
  }


#s-8971a0be-a14b-4c46-bb78-a5e7c6c4a56a .shogun-image-content {
  
    align-items: center;
  
}

#s-bd38702a-74b4-4220-9cfb-fc4fff26ca79 {
  margin-left: 6%;
margin-right: 6%;
text-align: center;
}







  #s-bd38702a-74b4-4220-9cfb-fc4fff26ca79 img.shogun-image {
    

    
    
    
  }


#s-bd38702a-74b4-4220-9cfb-fc4fff26ca79 .shogun-image-content {
  
    align-items: center;
  
}

#s-8185b839-4845-4332-bd59-a183344477d7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(69, 163, 231, 0.5);
}








#s-8185b839-4845-4332-bd59-a183344477d7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8185b839-4845-4332-bd59-a183344477d7.shg-box.shg-c {
  justify-content: center;
}

#s-7af05fd7-eafe-41a1-8af3-196838bb5233 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
background-color: rgba(255, 255, 255, 0);
}

#s-5a52e45a-3faa-426c-85f5-a604f91201b7 {
  padding-right: 2%;
text-align: center;
}







  #s-5a52e45a-3faa-426c-85f5-a604f91201b7 img.shogun-image {
    

    
    
    
  }


#s-5a52e45a-3faa-426c-85f5-a604f91201b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b163e50-1f21-46d5-ba37-1acaed3a7a80 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-1b163e50-1f21-46d5-ba37-1acaed3a7a80"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-1b163e50-1f21-46d5-ba37-1acaed3a7a80"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-1b163e50-1f21-46d5-ba37-1acaed3a7a80"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-1b163e50-1f21-46d5-ba37-1acaed3a7a80"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-a0a2cc56-85bf-4868-ba73-2110695d0a9b {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
text-align: center;
}







  #s-a0a2cc56-85bf-4868-ba73-2110695d0a9b img.shogun-image {
    

    
    
    
  }


#s-a0a2cc56-85bf-4868-ba73-2110695d0a9b .shogun-image-content {
  
    align-items: center;
  
}

#s-71d642d7-2d0d-4d21-87e7-75eba4929341 {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
text-align: center;
}







  #s-71d642d7-2d0d-4d21-87e7-75eba4929341 img.shogun-image {
    

    
    
    
  }


#s-71d642d7-2d0d-4d21-87e7-75eba4929341 .shogun-image-content {
  
    align-items: center;
  
}

#s-adcdb557-723f-42b2-a80b-ddc7f9114633 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(69, 163, 231, 0.5);
}








#s-adcdb557-723f-42b2-a80b-ddc7f9114633 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adcdb557-723f-42b2-a80b-ddc7f9114633.shg-box.shg-c {
  justify-content: center;
}

#s-d428e19f-d456-409c-bdbb-0f6efc13f5f3 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
background-color: rgba(255, 255, 255, 0);
}

#s-5cc6a4c6-5ce0-4144-89ff-503cbe1f7106 {
  padding-right: 2%;
text-align: center;
}







  #s-5cc6a4c6-5ce0-4144-89ff-503cbe1f7106 img.shogun-image {
    

    
    
    
  }


#s-5cc6a4c6-5ce0-4144-89ff-503cbe1f7106 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1bd5ed5-3aae-47f0-9560-8544e7c04a67 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-b1bd5ed5-3aae-47f0-9560-8544e7c04a67"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-b1bd5ed5-3aae-47f0-9560-8544e7c04a67"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-b1bd5ed5-3aae-47f0-9560-8544e7c04a67"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-b1bd5ed5-3aae-47f0-9560-8544e7c04a67"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-92c87308-cbec-4fb7-86d8-4b8185060846 {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
text-align: center;
}







  #s-92c87308-cbec-4fb7-86d8-4b8185060846 img.shogun-image {
    

    
    
    
  }


#s-92c87308-cbec-4fb7-86d8-4b8185060846 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e0ac43f-89bd-4226-ac79-872d448fa75d {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
text-align: center;
}







  #s-0e0ac43f-89bd-4226-ac79-872d448fa75d img.shogun-image {
    

    
    
    
  }


#s-0e0ac43f-89bd-4226-ac79-872d448fa75d .shogun-image-content {
  
    align-items: center;
  
}

#s-a70248da-e680-4e68-ad69-80c556ad4d4c {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-a70248da-e680-4e68-ad69-80c556ad4d4c"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a70248da-e680-4e68-ad69-80c556ad4d4c"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a70248da-e680-4e68-ad69-80c556ad4d4c"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a70248da-e680-4e68-ad69-80c556ad4d4c"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1225c008-be41-47c1-919f-5832a432c3ed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-1225c008-be41-47c1-919f-5832a432c3ed &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c44281a2-8892-49da-88ca-27e58ba9a883 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-e079e4e6-c9fb-4075-bdf2-186e516e5102 {
  text-align: center;
}







  #s-e079e4e6-c9fb-4075-bdf2-186e516e5102 img.shogun-image {
    

    
    
    
  }


#s-e079e4e6-c9fb-4075-bdf2-186e516e5102 .shogun-image-content {
  
    align-items: center;
  
}

#s-79bd3ab1-0af8-4e3b-8940-4485d2e5a461 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
}

#s-ff1b9270-ec33-4317-9ce0-b611779f2419 {
  text-align: center;
}







  #s-ff1b9270-ec33-4317-9ce0-b611779f2419 img.shogun-image {
    

    
    
    
  }


#s-ff1b9270-ec33-4317-9ce0-b611779f2419 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5ec4571-d56a-4110-8990-6ff87003e66d {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
}

#s-503ff840-aca7-4d8a-b340-4d163fdfd806 {
  text-align: center;
}







  #s-503ff840-aca7-4d8a-b340-4d163fdfd806 img.shogun-image {
    

    
    
    
  }


#s-503ff840-aca7-4d8a-b340-4d163fdfd806 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-d4619280-5bbe-4401-8652-ad54e6f61e1a &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-56737756-3109-4ce3-b5d8-c5af8afd4e53 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-56737756-3109-4ce3-b5d8-c5af8afd4e53:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56737756-3109-4ce3-b5d8-c5af8afd4e53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56737756-3109-4ce3-b5d8-c5af8afd4e53-root {
    text-align: center;
  }


#s-56737756-3109-4ce3-b5d8-c5af8afd4e53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-56737756-3109-4ce3-b5d8-c5af8afd4e53-root {
    text-align: center;
  }


#s-56737756-3109-4ce3-b5d8-c5af8afd4e53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56737756-3109-4ce3-b5d8-c5af8afd4e53-root {
    text-align: center;
  }


#s-56737756-3109-4ce3-b5d8-c5af8afd4e53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56737756-3109-4ce3-b5d8-c5af8afd4e53-root {
    text-align: center;
  }


#s-56737756-3109-4ce3-b5d8-c5af8afd4e53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-56737756-3109-4ce3-b5d8-c5af8afd4e53-root {
    text-align: center;
  }


#s-56737756-3109-4ce3-b5d8-c5af8afd4e53.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08c06dd5-3f3f-47d5-a464-458bcda80ea5-root {
    text-align: center;
  }


#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08c06dd5-3f3f-47d5-a464-458bcda80ea5-root {
    text-align: center;
  }


#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08c06dd5-3f3f-47d5-a464-458bcda80ea5-root {
    text-align: center;
  }


#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08c06dd5-3f3f-47d5-a464-458bcda80ea5-root {
    text-align: center;
  }


#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08c06dd5-3f3f-47d5-a464-458bcda80ea5-root {
    text-align: center;
  }


#s-08c06dd5-3f3f-47d5-a464-458bcda80ea5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-3dff6323-81fa-4002-95fd-4ea497e6fb20 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3dff6323-81fa-4002-95fd-4ea497e6fb20:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3dff6323-81fa-4002-95fd-4ea497e6fb20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3dff6323-81fa-4002-95fd-4ea497e6fb20-root {
    text-align: center;
  }


#s-3dff6323-81fa-4002-95fd-4ea497e6fb20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3dff6323-81fa-4002-95fd-4ea497e6fb20-root {
    text-align: center;
  }


#s-3dff6323-81fa-4002-95fd-4ea497e6fb20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3dff6323-81fa-4002-95fd-4ea497e6fb20-root {
    text-align: center;
  }


#s-3dff6323-81fa-4002-95fd-4ea497e6fb20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3dff6323-81fa-4002-95fd-4ea497e6fb20-root {
    text-align: center;
  }


#s-3dff6323-81fa-4002-95fd-4ea497e6fb20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3dff6323-81fa-4002-95fd-4ea497e6fb20-root {
    text-align: center;
  }


#s-3dff6323-81fa-4002-95fd-4ea497e6fb20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b-root {
    text-align: center;
  }


#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b-root {
    text-align: center;
  }


#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b-root {
    text-align: center;
  }


#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b-root {
    text-align: center;
  }


#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b-root {
    text-align: center;
  }


#s-56e39e7d-bd73-4f83-88f0-857ad1acfc9b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-ccacf01c-12bb-401a-bc84-734819dcd362 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ccacf01c-12bb-401a-bc84-734819dcd362:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ccacf01c-12bb-401a-bc84-734819dcd362:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ccacf01c-12bb-401a-bc84-734819dcd362-root {
    text-align: center;
  }


#s-ccacf01c-12bb-401a-bc84-734819dcd362.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ccacf01c-12bb-401a-bc84-734819dcd362-root {
    text-align: center;
  }


#s-ccacf01c-12bb-401a-bc84-734819dcd362.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccacf01c-12bb-401a-bc84-734819dcd362-root {
    text-align: center;
  }


#s-ccacf01c-12bb-401a-bc84-734819dcd362.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccacf01c-12bb-401a-bc84-734819dcd362-root {
    text-align: center;
  }


#s-ccacf01c-12bb-401a-bc84-734819dcd362.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ccacf01c-12bb-401a-bc84-734819dcd362-root {
    text-align: center;
  }


#s-ccacf01c-12bb-401a-bc84-734819dcd362.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7-root {
    text-align: center;
  }


#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7-root {
    text-align: center;
  }


#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7-root {
    text-align: center;
  }


#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7-root {
    text-align: center;
  }


#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7-root {
    text-align: center;
  }


#s-db6c3311-44de-4b53-baaf-1e4ab27f8dd7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7a0f0da9-4111-477e-9748-cc7dd53a923a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7a0f0da9-4111-477e-9748-cc7dd53a923a:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a0f0da9-4111-477e-9748-cc7dd53a923a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a0f0da9-4111-477e-9748-cc7dd53a923a-root {
    text-align: center;
  }


#s-7a0f0da9-4111-477e-9748-cc7dd53a923a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a0f0da9-4111-477e-9748-cc7dd53a923a-root {
    text-align: center;
  }


#s-7a0f0da9-4111-477e-9748-cc7dd53a923a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a0f0da9-4111-477e-9748-cc7dd53a923a-root {
    text-align: center;
  }


#s-7a0f0da9-4111-477e-9748-cc7dd53a923a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a0f0da9-4111-477e-9748-cc7dd53a923a-root {
    text-align: center;
  }


#s-7a0f0da9-4111-477e-9748-cc7dd53a923a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a0f0da9-4111-477e-9748-cc7dd53a923a-root {
    text-align: center;
  }


#s-7a0f0da9-4111-477e-9748-cc7dd53a923a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-a0c00597-25d3-44b6-af80-1137fae7ea6b {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a0c00597-25d3-44b6-af80-1137fae7ea6b:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0c00597-25d3-44b6-af80-1137fae7ea6b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0c00597-25d3-44b6-af80-1137fae7ea6b-root {
    text-align: center;
  }


#s-a0c00597-25d3-44b6-af80-1137fae7ea6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0c00597-25d3-44b6-af80-1137fae7ea6b-root {
    text-align: center;
  }


#s-a0c00597-25d3-44b6-af80-1137fae7ea6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0c00597-25d3-44b6-af80-1137fae7ea6b-root {
    text-align: center;
  }


#s-a0c00597-25d3-44b6-af80-1137fae7ea6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0c00597-25d3-44b6-af80-1137fae7ea6b-root {
    text-align: center;
  }


#s-a0c00597-25d3-44b6-af80-1137fae7ea6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0c00597-25d3-44b6-af80-1137fae7ea6b-root {
    text-align: center;
  }


#s-a0c00597-25d3-44b6-af80-1137fae7ea6b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c81679c-fb3e-4ef8-8519-e288d21a51dc-root {
    text-align: center;
  }


#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c81679c-fb3e-4ef8-8519-e288d21a51dc-root {
    text-align: center;
  }


#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c81679c-fb3e-4ef8-8519-e288d21a51dc-root {
    text-align: center;
  }


#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c81679c-fb3e-4ef8-8519-e288d21a51dc-root {
    text-align: center;
  }


#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c81679c-fb3e-4ef8-8519-e288d21a51dc-root {
    text-align: center;
  }


#s-4c81679c-fb3e-4ef8-8519-e288d21a51dc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-2891e43b-4bd4-43bb-a558-402e7877b9ca {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2891e43b-4bd4-43bb-a558-402e7877b9ca:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2891e43b-4bd4-43bb-a558-402e7877b9ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2891e43b-4bd4-43bb-a558-402e7877b9ca-root {
    text-align: center;
  }


#s-2891e43b-4bd4-43bb-a558-402e7877b9ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2891e43b-4bd4-43bb-a558-402e7877b9ca-root {
    text-align: center;
  }


#s-2891e43b-4bd4-43bb-a558-402e7877b9ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2891e43b-4bd4-43bb-a558-402e7877b9ca-root {
    text-align: center;
  }


#s-2891e43b-4bd4-43bb-a558-402e7877b9ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2891e43b-4bd4-43bb-a558-402e7877b9ca-root {
    text-align: center;
  }


#s-2891e43b-4bd4-43bb-a558-402e7877b9ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2891e43b-4bd4-43bb-a558-402e7877b9ca-root {
    text-align: center;
  }


#s-2891e43b-4bd4-43bb-a558-402e7877b9ca.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d66c454b-e491-46c9-815b-cc9807f7e372 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d66c454b-e491-46c9-815b-cc9807f7e372:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d66c454b-e491-46c9-815b-cc9807f7e372:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d66c454b-e491-46c9-815b-cc9807f7e372-root {
    text-align: center;
  }


#s-d66c454b-e491-46c9-815b-cc9807f7e372.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d66c454b-e491-46c9-815b-cc9807f7e372-root {
    text-align: center;
  }


#s-d66c454b-e491-46c9-815b-cc9807f7e372.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d66c454b-e491-46c9-815b-cc9807f7e372-root {
    text-align: center;
  }


#s-d66c454b-e491-46c9-815b-cc9807f7e372.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d66c454b-e491-46c9-815b-cc9807f7e372-root {
    text-align: center;
  }


#s-d66c454b-e491-46c9-815b-cc9807f7e372.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d66c454b-e491-46c9-815b-cc9807f7e372-root {
    text-align: center;
  }


#s-d66c454b-e491-46c9-815b-cc9807f7e372.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-464ee1a2-5306-4945-ba52-61b6d22b7840 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 1%;
padding-left: 16%;
padding-bottom: 1%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-464ee1a2-5306-4945-ba52-61b6d22b7840:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-464ee1a2-5306-4945-ba52-61b6d22b7840:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-464ee1a2-5306-4945-ba52-61b6d22b7840-root {
    text-align: center;
  }


#s-464ee1a2-5306-4945-ba52-61b6d22b7840.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-464ee1a2-5306-4945-ba52-61b6d22b7840-root {
    text-align: center;
  }


#s-464ee1a2-5306-4945-ba52-61b6d22b7840.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-464ee1a2-5306-4945-ba52-61b6d22b7840-root {
    text-align: center;
  }


#s-464ee1a2-5306-4945-ba52-61b6d22b7840.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-464ee1a2-5306-4945-ba52-61b6d22b7840-root {
    text-align: center;
  }


#s-464ee1a2-5306-4945-ba52-61b6d22b7840.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-464ee1a2-5306-4945-ba52-61b6d22b7840-root {
    text-align: center;
  }


#s-464ee1a2-5306-4945-ba52-61b6d22b7840.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-409c5ae1-d0fd-43f7-bb16-cbce7afd5bc2 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-409c5ae1-d0fd-43f7-bb16-cbce7afd5bc2"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-409c5ae1-d0fd-43f7-bb16-cbce7afd5bc2"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-409c5ae1-d0fd-43f7-bb16-cbce7afd5bc2"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-409c5ae1-d0fd-43f7-bb16-cbce7afd5bc2"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 {
  margin-top: 0px;
margin-bottom: 2px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-c10df9be-ba8b-4393-9b79-e5ed8f9e4e45 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-37c83f70-b5ec-4ba7-af77-f3309334b088 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-37c83f70-b5ec-4ba7-af77-f3309334b088 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-267895a3-c92e-452e-9aeb-a1d59861f614 {
  padding-left: 2%;
padding-right: 2%;
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-cf2eea0d-57fa-462c-a0fd-a68370dede2b &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-64fbcd9d-1906-46d3-b545-57da2847dcce {
  padding-left: 2%;
padding-right: 2%;
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-cf8615bc-f042-4604-bfef-f0369e53a597 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d09ee602-c874-4258-91c1-d3eebfd20f91 {
  padding-left: 2%;
padding-right: 2%;
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-7ac6f699-4f50-4af2-9515-9e80f283bb84 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8c472ab3-ace5-4ef8-b958-4415e1debf59 {
  padding-left: 2%;
padding-right: 2%;
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-fb19cb8e-1b55-4e02-ad2e-bb7395149096 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a2f73549-93ad-4e03-b700-67ffc59089a3 {
  padding-left: 2%;
padding-right: 2%;
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-712c38f7-2b78-4de6-9e05-97b183c21ffe &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a721c5e6-8753-4c30-b2af-46a85e636fdb {
  padding-left: 2%;
padding-right: 2%;
}

#s-331567c3-5e38-4009-a895-e283b9316227 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-331567c3-5e38-4009-a895-e283b9316227 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0251fe40-b4a8-47ed-98f0-a95bfec176cb {
  padding-left: 2%;
padding-right: 2%;
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-c850439f-4851-4408-aaec-92131e2ce4ff &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ebf31ee2-8f77-4af5-8601-1ef696e68e07 {
  padding-left: 2%;
padding-right: 2%;
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-647c0950-3a03-4817-8880-06d5bb7d8855 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0b29d11d-2224-48f5-a695-ca17b410ae6d {
  padding-left: 2%;
padding-right: 2%;
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-33021676-16cb-41dc-954e-dd275b82ec75 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4e58b2ec-8340-47dd-8d5f-9ecbe39483fd {
  padding-left: 2%;
padding-right: 2%;
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-8d6b18cd-7baf-4d72-a324-f2bf2f06f845 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6dac42e7-bab8-4fc0-aeb2-dcb7bdd36b7e {
  padding-left: 2%;
padding-right: 2%;
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-a16f0486-4957-422e-83a7-e42ba62ff982 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a351e670-beec-4968-b1e3-9eef943ce109 {
  padding-left: 2%;
padding-right: 2%;
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(21, 107, 175, 0.66);
  padding: 2px;
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(255, 255, 255, 1);
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.39);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-af6d0a95-6055-43ec-b69f-c0adb3a40223 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5bcd19a4-91cd-48d3-b35c-ddd5598e6536 {
  padding-left: 2%;
padding-right: 2%;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.58);
  padding: 10px;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-icon &gt; span {
  color: rgba(38, 37, 37, 1);
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid #ddd;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading &gt; .shogun-accordion-header &gt; .shogun-accordion-title {
  color: rgba(38, 37, 37, 1);
  text-align: center;
  
  
  
  font-size: 20px;
}

#s-4d4b539b-ed20-4ac1-9567-3690deb29306 &gt; .shogun-accordion-wrapper &gt; .shogun-accordion &gt; .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-fcd600f1-9598-4000-8cca-c32a15f34602 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fcd600f1-9598-4000-8cca-c32a15f34602:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcd600f1-9598-4000-8cca-c32a15f34602:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcd600f1-9598-4000-8cca-c32a15f34602-root {
    text-align: center;
  }


#s-fcd600f1-9598-4000-8cca-c32a15f34602.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcd600f1-9598-4000-8cca-c32a15f34602-root {
    text-align: center;
  }


#s-fcd600f1-9598-4000-8cca-c32a15f34602.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd600f1-9598-4000-8cca-c32a15f34602-root {
    text-align: center;
  }


#s-fcd600f1-9598-4000-8cca-c32a15f34602.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd600f1-9598-4000-8cca-c32a15f34602-root {
    text-align: center;
  }


#s-fcd600f1-9598-4000-8cca-c32a15f34602.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcd600f1-9598-4000-8cca-c32a15f34602-root {
    text-align: center;
  }


#s-fcd600f1-9598-4000-8cca-c32a15f34602.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4-root {
    text-align: center;
  }


#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4-root {
    text-align: center;
  }


#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4-root {
    text-align: center;
  }


#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4-root {
    text-align: center;
  }


#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4-root {
    text-align: center;
  }


#s-0b652ebe-a905-4b0a-a6c7-2c4cae7c1dc4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454-root {
    text-align: center;
  }


#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454-root {
    text-align: center;
  }


#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454-root {
    text-align: center;
  }


#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454-root {
    text-align: center;
  }


#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454-root {
    text-align: center;
  }


#s-7bb56571-8ed3-41d1-8a31-69dcb5ab2454.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854-root {
    text-align: center;
  }


#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854-root {
    text-align: center;
  }


#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854-root {
    text-align: center;
  }


#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854-root {
    text-align: center;
  }


#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854-root {
    text-align: center;
  }


#s-7b3c9a8a-5fdb-42c3-843f-0696ea7cc854.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-735a7bf1-268f-4b6d-b031-95d6d50a86ef-root {
    text-align: center;
  }


#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-735a7bf1-268f-4b6d-b031-95d6d50a86ef-root {
    text-align: center;
  }


#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-735a7bf1-268f-4b6d-b031-95d6d50a86ef-root {
    text-align: center;
  }


#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-735a7bf1-268f-4b6d-b031-95d6d50a86ef-root {
    text-align: center;
  }


#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-735a7bf1-268f-4b6d-b031-95d6d50a86ef-root {
    text-align: center;
  }


#s-735a7bf1-268f-4b6d-b031-95d6d50a86ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-50a16e0b-c2b9-45fd-b180-217229fe16ab {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 2%;
padding-left: 16%;
padding-bottom: 2%;
padding-right: 16%;
border-radius: 2px;
background-color: rgba(21, 107, 175, 0.66);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50a16e0b-c2b9-45fd-b180-217229fe16ab:hover {background-color: rgba(21, 107, 175, 0.66) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-50a16e0b-c2b9-45fd-b180-217229fe16ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50a16e0b-c2b9-45fd-b180-217229fe16ab-root {
    text-align: center;
  }


#s-50a16e0b-c2b9-45fd-b180-217229fe16ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-50a16e0b-c2b9-45fd-b180-217229fe16ab-root {
    text-align: center;
  }


#s-50a16e0b-c2b9-45fd-b180-217229fe16ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50a16e0b-c2b9-45fd-b180-217229fe16ab-root {
    text-align: center;
  }


#s-50a16e0b-c2b9-45fd-b180-217229fe16ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50a16e0b-c2b9-45fd-b180-217229fe16ab-root {
    text-align: center;
  }


#s-50a16e0b-c2b9-45fd-b180-217229fe16ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-50a16e0b-c2b9-45fd-b180-217229fe16ab-root {
    text-align: center;
  }


#s-50a16e0b-c2b9-45fd-b180-217229fe16ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-3ffcd4db-792f-4794-a7bf-63dec8551173 {
  min-height: 50px;
background-color: rgba(38, 37, 37, 1);
}








#s-3ffcd4db-792f-4794-a7bf-63dec8551173 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ffcd4db-792f-4794-a7bf-63dec8551173.shg-box.shg-c {
  justify-content: center;
}

#s-951edc2d-4dde-4e66-99c6-576de8edff5c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-951edc2d-4dde-4e66-99c6-576de8edff5c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-951edc2d-4dde-4e66-99c6-576de8edff5c.shg-box.shg-c {
  justify-content: center;
}

#s-688a1751-4185-4339-a32d-90a122c1d82e {
  text-align: center;
}







  #s-688a1751-4185-4339-a32d-90a122c1d82e img.shogun-image {
    

    
    
    
  }


#s-688a1751-4185-4339-a32d-90a122c1d82e .shogun-image-content {
  
    align-items: center;
  
}

#s-43d0029b-f624-4db5-a52b-bfb9a3c1b38a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50%;
background-position: center center;
}








#s-43d0029b-f624-4db5-a52b-bfb9a3c1b38a &gt; .shg-box-overlay {
  background-color: rgba(32, 32, 32, 1);
  opacity: 0.8;
  display: block;
}#s-43d0029b-f624-4db5-a52b-bfb9a3c1b38a.shg-box.shg-c {
  justify-content: center;
}

#s-28a485ec-cc9b-408b-968d-6b99647e2329 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-28a485ec-cc9b-408b-968d-6b99647e2329 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a485ec-cc9b-408b-968d-6b99647e2329 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a485ec-cc9b-408b-968d-6b99647e2329 {
  
}
}@media (max-width: 767px){#s-28a485ec-cc9b-408b-968d-6b99647e2329 {
  
}
}
#s-28a485ec-cc9b-408b-968d-6b99647e2329 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 {
  
}
}@media (max-width: 767px){#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 {
  
}
}
#s-873c6f7a-de55-4a68-89d2-a9cd098d7c75 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-15db081f-877e-4ce2-8b6a-585643fc5957 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-15db081f-877e-4ce2-8b6a-585643fc5957"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15db081f-877e-4ce2-8b6a-585643fc5957"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15db081f-877e-4ce2-8b6a-585643fc5957"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15db081f-877e-4ce2-8b6a-585643fc5957"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf {
  
}
}@media (max-width: 767px){#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf {
  
}
}
#s-2ef64bf1-4fa4-4722-a35d-82ac9cd7a6bf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6ffeefc9-fd68-4bf0-94a6-de2baa9927e3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6ffeefc9-fd68-4bf0-94a6-de2baa9927e3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6ffeefc9-fd68-4bf0-94a6-de2baa9927e3 .shg-sld-nav-button.shg-sld-left,
#s-6ffeefc9-fd68-4bf0-94a6-de2baa9927e3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-22500694-88d4-4655-9dea-551795859f97 {
  text-align: center;
}







  #s-22500694-88d4-4655-9dea-551795859f97 img.shogun-image {
    

    
    
    
  }


#s-22500694-88d4-4655-9dea-551795859f97 .shogun-image-content {
  
    align-items: center;
  
}

#s-14e22288-036c-40db-adc7-419764275bc8 {
  text-align: center;
}







  #s-14e22288-036c-40db-adc7-419764275bc8 img.shogun-image {
    

    
    
    
  }


#s-14e22288-036c-40db-adc7-419764275bc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb96360-ff7f-49df-8bfe-9cf282ee6ddc {
  text-align: center;
}







  #s-1cb96360-ff7f-49df-8bfe-9cf282ee6ddc img.shogun-image {
    

    
    
    
  }


#s-1cb96360-ff7f-49df-8bfe-9cf282ee6ddc .shogun-image-content {
  
    align-items: center;
  
}

#s-d010f449-d039-4933-b615-40a70996551b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d010f449-d039-4933-b615-40a70996551b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d010f449-d039-4933-b615-40a70996551b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d010f449-d039-4933-b615-40a70996551b {
  
}
}@media (max-width: 767px){#s-d010f449-d039-4933-b615-40a70996551b {
  
}
}
#s-d010f449-d039-4933-b615-40a70996551b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8ff00c6e-393d-4b58-b3bc-9006e8551913 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8ff00c6e-393d-4b58-b3bc-9006e8551913 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8ff00c6e-393d-4b58-b3bc-9006e8551913 .shg-sld-nav-button.shg-sld-left,
#s-8ff00c6e-393d-4b58-b3bc-9006e8551913 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-57a76e28-853a-441f-bc47-768e554b967c {
  text-align: center;
}







  #s-57a76e28-853a-441f-bc47-768e554b967c img.shogun-image {
    

    
    
    
  }


#s-57a76e28-853a-441f-bc47-768e554b967c .shogun-image-content {
  
    align-items: center;
  
}

#s-8fcafa84-a734-4825-8232-b79d5ca1a5ca {
  text-align: center;
}







  #s-8fcafa84-a734-4825-8232-b79d5ca1a5ca img.shogun-image {
    

    
    
    
  }


#s-8fcafa84-a734-4825-8232-b79d5ca1a5ca .shogun-image-content {
  
    align-items: center;
  
}

#s-068cd34e-d354-45db-8c01-e14a90e55e0b {
  box-shadow:5px 5px 5px 1px rgba(0, 0, 0, 0.66);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-068cd34e-d354-45db-8c01-e14a90e55e0b img.shogun-image {
    

    
    
    
  }


#s-068cd34e-d354-45db-8c01-e14a90e55e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-36331015-2475-4557-a1db-2e6a9062a814 {
  box-shadow:5px 5px 5px 1px rgba(0, 0, 0, 0.66);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}







  #s-36331015-2475-4557-a1db-2e6a9062a814 img.shogun-image {
    

    
    
    
  }


#s-36331015-2475-4557-a1db-2e6a9062a814 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e4f254-24a6-4d9e-9223-b3a5a5106365 {
  text-align: center;
}







  #s-56e4f254-24a6-4d9e-9223-b3a5a5106365 img.shogun-image {
    

    
    
    
  }


#s-56e4f254-24a6-4d9e-9223-b3a5a5106365 .shogun-image-content {
  
    align-items: center;
  
}

#s-24ba6c9e-8665-445c-879d-54610b423bdb {
  text-align: center;
}








#s-24ba6c9e-8665-445c-879d-54610b423bdb .shogun-image-content {
  
    align-items: center;
  
}

#s-ce9973e9-ec5e-4abc-8f38-f740459d02db {
  margin-left: 4%;
margin-right: 4%;
}

#s-71842b78-7976-4603-ab1c-bb4da861b1eb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 10%;
padding-bottom: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(113, 112, 116, 1);
border-style: dotted;
min-height: 50px;
background-position: center top;
}








#s-71842b78-7976-4603-ab1c-bb4da861b1eb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
  display: block;
}#s-71842b78-7976-4603-ab1c-bb4da861b1eb.shg-box.shg-c {
  justify-content: center;
}

#s-a677c742-4f58-4109-96c7-071c80e7cbf8 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a677c742-4f58-4109-96c7-071c80e7cbf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a677c742-4f58-4109-96c7-071c80e7cbf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a677c742-4f58-4109-96c7-071c80e7cbf8 {
  
}
}@media (max-width: 767px){#s-a677c742-4f58-4109-96c7-071c80e7cbf8 {
  
}
}
@media (min-width: 0px) {
[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a677c742-4f58-4109-96c7-071c80e7cbf8"] &gt; .shg-row &gt; .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d144c71c-664e-433b-8cf8-53e9a40a7657 {
  margin-top: 2%;
margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
padding-top: 2%;
padding-left: 14%;
padding-bottom: 2%;
padding-right: 14%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(6, 81, 136, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=&gt;"0.00", "color"=&gt;"#f3c926"}, {"pos"=&gt;"1.00", "color"=&gt;"#ef640f"}];
background-color: rgba(46, 46, 46, 1);
color: rgba(255, 255, 255, 1);
}
#s-d144c71c-664e-433b-8cf8-53e9a40a7657:hover {text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
background-color: rgba(179, 177, 188, 1) !important;}#s-d144c71c-664e-433b-8cf8-53e9a40a7657:active {background-color: rgba(183, 186, 194, 0.07) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d144c71c-664e-433b-8cf8-53e9a40a7657-root {
    text-align: center;
  }


#s-d144c71c-664e-433b-8cf8-53e9a40a7657.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d144c71c-664e-433b-8cf8-53e9a40a7657-root {
    text-align: center;
  }


#s-d144c71c-664e-433b-8cf8-53e9a40a7657.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d144c71c-664e-433b-8cf8-53e9a40a7657-root {
    text-align: center;
  }


#s-d144c71c-664e-433b-8cf8-53e9a40a7657.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d144c71c-664e-433b-8cf8-53e9a40a7657-root {
    text-align: center;
  }


#s-d144c71c-664e-433b-8cf8-53e9a40a7657.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d144c71c-664e-433b-8cf8-53e9a40a7657-root {
    text-align: center;
  }


#s-d144c71c-664e-433b-8cf8-53e9a40a7657.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-a44d3bf4-c714-4818-ab1d-a2768dce9683 {
  min-height: 50px;
}








#s-a44d3bf4-c714-4818-ab1d-a2768dce9683 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a44d3bf4-c714-4818-ab1d-a2768dce9683.shg-box.shg-c {
  justify-content: center;
}

#s-a725d845-93d6-4f8f-a0ba-34477e949b39 {
  background-attachment: fixed;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(16, 50, 75, 1);
}








#s-a725d845-93d6-4f8f-a0ba-34477e949b39 &gt; .shg-box-overlay {
  background-color: rgba(16, 50, 75, 1);
  opacity: 0;
  display: block;
}#s-a725d845-93d6-4f8f-a0ba-34477e949b39.shg-box.shg-c {
  justify-content: center;
}

#s-5de6a537-814e-4e61-ba6c-27ef093dafab {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-5de6a537-814e-4e61-ba6c-27ef093dafab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5de6a537-814e-4e61-ba6c-27ef093dafab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5de6a537-814e-4e61-ba6c-27ef093dafab {
  
}
}@media (max-width: 767px){#s-5de6a537-814e-4e61-ba6c-27ef093dafab {
  display: none;
}
#s-5de6a537-814e-4e61-ba6c-27ef093dafab, #wrap-s-5de6a537-814e-4e61-ba6c-27ef093dafab { display: none !important; }}
#s-5de6a537-814e-4e61-ba6c-27ef093dafab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bf702299-1f9d-4012-98a3-ca8f374385e9 {
  margin-top: 6%;
margin-left: 20px;
margin-bottom: 2%;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-bf702299-1f9d-4012-98a3-ca8f374385e9 {
  display: none;
}
#s-bf702299-1f9d-4012-98a3-ca8f374385e9, #wrap-s-bf702299-1f9d-4012-98a3-ca8f374385e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf702299-1f9d-4012-98a3-ca8f374385e9 {
  display: none;
}
#s-bf702299-1f9d-4012-98a3-ca8f374385e9, #wrap-s-bf702299-1f9d-4012-98a3-ca8f374385e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf702299-1f9d-4012-98a3-ca8f374385e9 {
  display: none;
}
#s-bf702299-1f9d-4012-98a3-ca8f374385e9, #wrap-s-bf702299-1f9d-4012-98a3-ca8f374385e9 { display: none !important; }}@media (max-width: 767px){#s-bf702299-1f9d-4012-98a3-ca8f374385e9 {
  
}
}
#s-bf702299-1f9d-4012-98a3-ca8f374385e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f346ab03-f7bc-45e6-b13b-3cd66e6e67d3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f346ab03-f7bc-45e6-b13b-3cd66e6e67d3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f346ab03-f7bc-45e6-b13b-3cd66e6e67d3 .shg-sld-nav-button.shg-sld-left,
#s-f346ab03-f7bc-45e6-b13b-3cd66e6e67d3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 {
  
}
}@media (max-width: 767px){#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 {
  
}
}







#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c1bb8c-2937-41a5-a239-22daa6fd8860.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e632a35b-b8ff-4ab2-a61a-9020aada8468 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e632a35b-b8ff-4ab2-a61a-9020aada8468"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e632a35b-b8ff-4ab2-a61a-9020aada8468"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e632a35b-b8ff-4ab2-a61a-9020aada8468"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e632a35b-b8ff-4ab2-a61a-9020aada8468"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-5b64b5d2-352d-4bce-bb26-0ac193b29374 {
  margin-top: 10px;
}

#s-e72bf6bf-7274-4ae9-b6f2-bbefa0c1117f {
  margin-top: 10px;
}

#s-fe1ac8b5-e719-482b-b644-1ff473e30d7d {
  margin-top: 10px;
}

#s-9bf50074-34ec-4d88-a475-2451e79f494d {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9bf50074-34ec-4d88-a475-2451e79f494d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bf50074-34ec-4d88-a475-2451e79f494d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bf50074-34ec-4d88-a475-2451e79f494d {
  
}
}@media (max-width: 767px){#s-9bf50074-34ec-4d88-a475-2451e79f494d {
  
}
}







#s-9bf50074-34ec-4d88-a475-2451e79f494d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bf50074-34ec-4d88-a475-2451e79f494d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cab210b0-9404-4c03-934a-326c39c061bf {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-cab210b0-9404-4c03-934a-326c39c061bf {
  display: none;
}
#s-cab210b0-9404-4c03-934a-326c39c061bf, #wrap-s-cab210b0-9404-4c03-934a-326c39c061bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cab210b0-9404-4c03-934a-326c39c061bf {
  display: none;
}
#s-cab210b0-9404-4c03-934a-326c39c061bf, #wrap-s-cab210b0-9404-4c03-934a-326c39c061bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cab210b0-9404-4c03-934a-326c39c061bf {
  display: none;
}
#s-cab210b0-9404-4c03-934a-326c39c061bf, #wrap-s-cab210b0-9404-4c03-934a-326c39c061bf { display: none !important; }}@media (max-width: 767px){#s-cab210b0-9404-4c03-934a-326c39c061bf {
  
}
}
#s-cab210b0-9404-4c03-934a-326c39c061bf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-caaf3982-df9c-44f9-b962-2dc0b23e58c7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-caaf3982-df9c-44f9-b962-2dc0b23e58c7"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caaf3982-df9c-44f9-b962-2dc0b23e58c7"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-caaf3982-df9c-44f9-b962-2dc0b23e58c7"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-caaf3982-df9c-44f9-b962-2dc0b23e58c7"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-53a5da6b-cc84-40ef-a571-da30eeb070ca {
  margin-top: 10px;
}

#s-ab4453d6-716c-4602-90d5-c07dd91d29f5 {
  margin-top: 10px;
}

#s-b88d8f6a-ef08-44c3-b262-4c56914d5908 {
  margin-top: 10px;
}

#s-bdb13b50-f4f4-473d-889a-28c00e649301 {
  border-style: solid;
margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bdb13b50-f4f4-473d-889a-28c00e649301 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdb13b50-f4f4-473d-889a-28c00e649301 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdb13b50-f4f4-473d-889a-28c00e649301 {
  
}
}@media (max-width: 767px){#s-bdb13b50-f4f4-473d-889a-28c00e649301 {
  
}
}







#s-bdb13b50-f4f4-473d-889a-28c00e649301 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdb13b50-f4f4-473d-889a-28c00e649301.shg-box.shg-c {
  justify-content: flex-start;
}

#s-224c5ccf-d613-43d6-af22-6698743f1121 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-224c5ccf-d613-43d6-af22-6698743f1121 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-224c5ccf-d613-43d6-af22-6698743f1121 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-224c5ccf-d613-43d6-af22-6698743f1121 {
  
}
}@media (max-width: 767px){#s-224c5ccf-d613-43d6-af22-6698743f1121 {
  
}
}
#s-224c5ccf-d613-43d6-af22-6698743f1121 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 {
  border-style: solid;
margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 {
  
}
}@media (max-width: 767px){#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 {
  
}
}







#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6f85ece-41e3-4d49-8ec8-bc4a6b51b0c5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca {
  
}
}@media (max-width: 767px){#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca {
  
}
}
#s-5f8e567a-2e06-4d30-ab62-4d0c0d2bb1ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c58bf434-b486-442b-8c89-7acdbda1d1d4 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c58bf434-b486-442b-8c89-7acdbda1d1d4"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c58bf434-b486-442b-8c89-7acdbda1d1d4"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c58bf434-b486-442b-8c89-7acdbda1d1d4"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c58bf434-b486-442b-8c89-7acdbda1d1d4"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-c6c879f3-611a-4406-a078-b38263f7b9fe {
  margin-top: 10px;
}

#s-98e82b01-e5fa-47b3-bc12-e62abfd7f17c {
  margin-top: 10px;
}

#s-13933446-1046-4432-abda-e62c82cdae6c {
  margin-top: 10px;
}

#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 {
  border-style: solid;
margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 {
  
}
}@media (max-width: 767px){#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 {
  
}
}







#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8d0399b-5a3d-44b2-ada3-01d45c86b357.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f {
  
}
}@media (max-width: 767px){#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f {
  
}
}
#s-ff3c2f2c-ef9d-4aae-a4a9-29b0e6fd311f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e1a571a0-8373-4df3-bd1a-469f450cd03a {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-e1a571a0-8373-4df3-bd1a-469f450cd03a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1a571a0-8373-4df3-bd1a-469f450cd03a"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e1a571a0-8373-4df3-bd1a-469f450cd03a"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e1a571a0-8373-4df3-bd1a-469f450cd03a"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-192c2172-6239-4582-a7d9-a0311fa59426 {
  margin-top: 10px;
}

#s-f17a184c-0a87-40e4-9c29-b28451bd7019 {
  margin-top: 10px;
}

#s-e6cdfd8b-55ff-4b53-97fe-92a64c7681a2 {
  margin-top: 10px;
}

#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a {
  border-style: solid;
margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(238, 238, 238, 1);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a {
  
}
}@media (max-width: 767px){#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a {
  
}
}







#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5b41ff-cc12-44a1-ba5c-3b9585142d0a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 {
  
}
}@media (max-width: 767px){#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 {
  
}
}
#s-7fb6cca8-0498-45cf-8d33-cfd4d4edf2a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-28f6a8f1-712b-4060-86f9-ab141a2da1ad {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-28f6a8f1-712b-4060-86f9-ab141a2da1ad"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28f6a8f1-712b-4060-86f9-ab141a2da1ad"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-28f6a8f1-712b-4060-86f9-ab141a2da1ad"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-28f6a8f1-712b-4060-86f9-ab141a2da1ad"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-d2e35f59-22f9-4b12-bfed-ef405aa46d23 {
  margin-top: 10px;
}

#s-6d43abaf-eaa9-4e4c-a76b-184215650ed4 {
  margin-top: 10px;
}

#s-965b7324-a901-4dc5-9ad9-5f07b1614d04 {
  margin-top: 10px;
}

#s-0a48b50b-14ae-4648-b3db-04418c27acf7 {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0a48b50b-14ae-4648-b3db-04418c27acf7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a48b50b-14ae-4648-b3db-04418c27acf7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a48b50b-14ae-4648-b3db-04418c27acf7 {
  
}
}@media (max-width: 767px){#s-0a48b50b-14ae-4648-b3db-04418c27acf7 {
  
}
}







#s-0a48b50b-14ae-4648-b3db-04418c27acf7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a48b50b-14ae-4648-b3db-04418c27acf7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cef02c78-83f5-4561-a97a-f2696fe78bed {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-cef02c78-83f5-4561-a97a-f2696fe78bed"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef02c78-83f5-4561-a97a-f2696fe78bed"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cef02c78-83f5-4561-a97a-f2696fe78bed"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cef02c78-83f5-4561-a97a-f2696fe78bed"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-3605cf60-4ae8-4c5c-b543-d543cb642af9 {
  margin-top: 10px;
}

#s-48a6b3e5-97a2-4768-967f-626e3dd0ba6a {
  margin-top: 10px;
}

#s-45818a8d-f645-4289-bd78-4368f31b1467 {
  margin-top: 10px;
}

#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 {
  
}
}@media (max-width: 767px){#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 {
  
}
}







#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8682e2e-6fe7-4095-b52e-6d4d526bb655.shg-box.shg-c {
  justify-content: flex-start;
}

#s-80f32f87-819d-4e5a-81ca-8f1b650212ac {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-80f32f87-819d-4e5a-81ca-8f1b650212ac"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80f32f87-819d-4e5a-81ca-8f1b650212ac"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-80f32f87-819d-4e5a-81ca-8f1b650212ac"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-80f32f87-819d-4e5a-81ca-8f1b650212ac"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-648893b4-a4ba-41bf-98c9-503a202470c6 {
  margin-top: 10px;
}

#s-27cf88b7-8034-4364-8960-74343e0cffa9 {
  margin-top: 10px;
}

#s-44806b77-22df-48db-8008-5fa1204f7e1f {
  margin-top: 10px;
}

#s-7c31b73b-ec8f-458d-a5dd-78d887b3b15e {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}

#s-7131ea0b-5e60-407d-9388-9abc34333567 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 20%;
padding-bottom: 20%;
min-height: 50px;
background-position: center center;
}








#s-7131ea0b-5e60-407d-9388-9abc34333567 &gt; .shg-box-overlay {
  background-color: rgba(233, 233, 233, 1);
  opacity: 0.6;
  display: block;
}#s-7131ea0b-5e60-407d-9388-9abc34333567.shg-box.shg-c {
  justify-content: center;
}

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be666b52-9b5e-4154-aa69-f775a6b567a3 {
  min-height: 50px;
}








#s-be666b52-9b5e-4154-aa69-f775a6b567a3 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be666b52-9b5e-4154-aa69-f775a6b567a3.shg-box.shg-c {
  justify-content: center;
}

#s-78fddd1e-7b7f-4ca8-b5a2-782bfa002a5e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 12%;
padding-left: 4%;
padding-bottom: 12%;
padding-right: 4%;
min-height: 10px;
background-position: center center;
}








#s-78fddd1e-7b7f-4ca8-b5a2-782bfa002a5e &gt; .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
  display: block;
}#s-78fddd1e-7b7f-4ca8-b5a2-782bfa002a5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a7b93e61-1b8e-4398-a1f9-469ed7c95a4b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-a7b93e61-1b8e-4398-a1f9-469ed7c95a4b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7b93e61-1b8e-4398-a1f9-469ed7c95a4b.shg-box.shg-c {
  justify-content: center;
}

#s-3be498a9-b3bd-4b57-822f-d2564fbfaed6 {
  border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 14px;
padding-bottom: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-3be498a9-b3bd-4b57-822f-d2564fbfaed6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-left: 8%;
margin-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] &gt; .shg-row &gt; .shg-c-sm-2_4 {
  width: calc(20.0% - 1.6em);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] &gt; .shg-row &gt; .shg-c-md-2_4 {
  width: calc(20.0% - 1.6em);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] &gt; .shg-row &gt; .shg-c-lg-2_4 {
  width: calc(20.0% - 1.6em);
}

}

#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fe50fb3-2406-41d4-b5b9-b81fdee43a11 .shogun-icon-wrapper &gt; .shogun-icon {

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

#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  opacity: 1;
}
@media (min-width: 1200px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}@media (max-width: 767px){#s-5c6e470b-eb63-48a5-9e29-66968cebbb0f {
  
}
}
#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper {
  text-align: center;
}


#s-27eddb5f-ca2e-488f-91a7-8048021260ad .shogun-icon-wrapper &gt; .shogun-icon {

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

#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  opacity: 1;
}
@media (min-width: 1200px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}@media (max-width: 767px){#s-a5d89dc7-f375-4125-b934-535d0e9f7d6d {
  
}
}
#s-29aecc88-6117-4660-a316-81c2177c2ba4 .shogun-icon-wrapper {
  text-align: center;
}


#s-29aecc88-6117-4660-a316-81c2177c2ba4 .shogun-icon-wrapper &gt; .shogun-icon {

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

#s-b4dc12f2-9aae-4979-8989-c445f6ff955f {
  opacity: 1;
}
@media (min-width: 1200px){#s-b4dc12f2-9aae-4979-8989-c445f6ff955f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4dc12f2-9aae-4979-8989-c445f6ff955f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4dc12f2-9aae-4979-8989-c445f6ff955f {
  
}
}@media (max-width: 767px){#s-b4dc12f2-9aae-4979-8989-c445f6ff955f {
  
}
}
#s-5e9055fd-7c26-460e-9db1-f11b4b01c893 .shogun-icon-wrapper {
  text-align: center;
}


#s-5e9055fd-7c26-460e-9db1-f11b4b01c893 .shogun-icon-wrapper &gt; .shogun-icon {

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

#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  opacity: 1;
}
@media (min-width: 1200px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}@media (max-width: 767px){#s-73becf24-b876-45fd-9d25-8c0794ea90c2 {
  
}
}
#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a78e799-2548-4693-85ee-0206dffdd923 .shogun-icon-wrapper &gt; .shogun-icon {

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

#s-07063159-9af0-491c-ab0f-bdf259099949 {
  opacity: 1;
}
@media (min-width: 1200px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}@media (max-width: 767px){#s-07063159-9af0-491c-ab0f-bdf259099949 {
  
}
}
/*
  $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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* &lt;-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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

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