
        @font-face {
            font-family: 'Poppins'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_regular.woff2?cb=1709243457');
        }
        
        .bm-font-1 {
            font-family: 'Poppins';
        }
        
        @font-face {
            font-family: 'Poppins Italic'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_italic.woff2?cb=1709243457');
        }
        
        .bm-font-2 {
            font-family: 'Poppins Italic';
        }
        
        @font-face {
            font-family: 'Poppins Bold'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_bold.woff2?cb=1709243457');
        }
        
        .bm-font-3 {
            font-family: 'Poppins Bold';
        }
        
        @font-face {
            font-family: 'Poppins Bold Italic'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_bold_italic.woff2?cb=1709243456');
        }
        
        .bm-font-4 {
            font-family: 'Poppins Bold Italic';
        }
        
        @font-face {
            font-family: 'Poppins Light'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_light.woff2?cb=1709243457');
        }
        
        .bm-font-5 {
            font-family: 'Poppins Light';
        }
        
        @font-face {
            font-family: 'Poppins Light Italic'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_light_italic.woff2?cb=1709243457');
        }
        
        .bm-font-6 {
            font-family: 'Poppins Light Italic';
        }
        
        @font-face {
            font-family: 'Poppins Black'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_black.woff2?cb=1709243457');
        }
        
        .bm-font-7 {
            font-family: 'Poppins Black';
        }
        
        @font-face {
            font-family: 'Poppins Black Italic'; 
			src: url('https://cdn1.bookmanager.com/shop/fonts/poppins_black_italic.woff2?cb=1709243457');
        }
        
        .bm-font-8 {
            font-family: 'Poppins Black Italic';
        }
        
        @font-face {
            font-family: 'Copse.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Copse.woff2?cb=1712439005');
        }
        
        .bm-font-9 {
            font-family: 'Copse.woff2';
        }
        
        @font-face {
            font-family: 'Oswald.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Oswald.woff2?cb=1715904632');
        }
        
        .bm-font-10 {
            font-family: 'Oswald.woff2';
        }
        
        @font-face {
            font-family: 'Cutive mono.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Cutive mono.woff2?cb=1715988019');
        }
        
        .bm-font-11 {
            font-family: 'Cutive mono.woff2';
        }
        
        @font-face {
            font-family: 'Roboto.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Roboto.woff2?cb=1715988392');
        }
        
        .bm-font-12 {
            font-family: 'Roboto.woff2';
        }
        
        @font-face {
            font-family: 'Arapey.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Arapey.woff2?cb=1717194622');
        }
        
        .bm-font-13 {
            font-family: 'Arapey.woff2';
        }
        
        @font-face {
            font-family: 'libre franklin.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/libre franklin.woff2?cb=1717194773');
        }
        
        .bm-font-14 {
            font-family: 'libre franklin.woff2';
        }
        
        @font-face {
            font-family: 'Libre Baskerville.woff2'; 
			src: url('https://cdn1.bookmanager.com/i/9936343/bm_site_content_fonts/Libre Baskerville.woff2?cb=1764946012');
        }
        
        .bm-font-15 {
            font-family: 'Libre Baskerville.woff2';
        }
        
        .bm-render{
            font-family: 'Copse.woff2';
        }    
        
        .bm-btn-0 {
            margin: 6px !important;
            transition: none !important;
            transition: background-color 0.2s ease, color 0.2s ease !important;
            cursor : pointer !important;
            height : auto !important;
            padding : 5px 10px !important;
            border : none !important;
            font-family: 'Copse.woff2' !important;
            font-size : 14px !important;
            color: #fff !important;
            background: #000 !important;
        }
        
        .bm-btn-0:hover, .bm-btn-0:active, .bm-btn-0:focus {
            outline : none !important;
            color: #000 !important;
            background: #fff !important;
        }
        
        .bm-btn-1 {
            transition: none !important;
            transition: background-color 0.2s ease, color 0.2s ease !important;
            cursor : pointer !important;
            height : auto !important;
            padding : 20px 30px !important;
            margin : 0px 0px !important;
            font-family: 'libre franklin.woff2' !important;
            font-size : 15px !important;
            letter-spacing: 0.5px !important;
            color: rgba(41,82,109,1) !important;
            border-radius: 35px !important;border: 1px solid rgba(41,82,109,1) !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: rgba(255,255,255,1) !important;
        }
        
        .bm-btn-1:hover, .bm-btn-1:active, .bm-btn-1:focus {
            color: rgba(255,255,255,1) !important;
            border-radius: 35px !important;border: 1px solid rgba(41,82,109,1) !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: rgba(41,82,109,1) !important;
        }
        
        .bm-btn-2 {
            transition: none !important;
            transition: background-color 0.2s ease, color 0.2s ease !important;
            cursor : pointer !important;
            height : auto !important;
            padding : 10px 15px !important;
            margin : 12px 6px !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 14px !important;
            letter-spacing: 0px !important;
            color: rgba(255,255,255,1) !important;
            border-radius: 16px !important;border: 1px solid rgba(41,82,109,1) !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: rgba(107,147,186,1) !important;
        }
        
        .bm-btn-2:hover, .bm-btn-2:active, .bm-btn-2:focus {
            color: #000000 !important;
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: #ffffff !important;
        }
        
        .bm-btn-3 {
            transition: none !important;
            transition: background-color 0.2s ease, color 0.2s ease !important;
            cursor : pointer !important;
            height : auto !important;
            padding : 5px 10px !important;
            margin : 6px 6px !important;
            font-family: 'Poppins Black' !important;
            font-size : 14px !important;
            letter-spacing: 0px !important;
            color: rgba(255,244,132,1) !important;
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: rgba(255,255,255,1) !important;
        }
        
        .bm-btn-3:hover, .bm-btn-3:active, .bm-btn-3:focus {
            color: rgba(255,244,132,1) !important;
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            box-shadow: none !important;
            background: #ffffff !important;
        }
        
        .bm-lnk-0, .bm-component .bm-lnk-0, .bm-lnkin-0 a, .bm-component .bm-lnkin-0 a{
            color: #000 !important;
            text-decoration: none !important;
            font-weight: normal !important; font-style: normal !important;
        }
        
        .bm-lnk-0:hover, .bm-component .bm-lnk-0:hover, .bm-lnkin-0 a:hover, .bm-component .bm-lnkin-0 a:hover{
            color: #000 !important;
            text-decoration: underline !important;
            font-weight: normal !important; font-style: normal !important;
        }
        
        .bm-lnk-1, .bm-component .bm-lnk-1, .bm-lnkin-1 a, .bm-component .bm-lnkin-1 a{
            color: rgba(41,82,109,1) !important;
            text-decoration: none !important;
            font-weight: bold !important; font-style: normal !important;
        }
        
        .bm-lnk-1:hover, .bm-component .bm-lnk-1:hover, .bm-lnkin-1 a:hover, .bm-component .bm-lnkin-1 a:hover{
            color: rgba(41,82,109,1) !important;
            text-decoration: underline !important;
            font-weight: bold !important; font-style: normal !important;
        }
        
        .bm-lnk-2, .bm-component .bm-lnk-2, .bm-lnkin-2 a, .bm-component .bm-lnkin-2 a{
            color: rgba(255,255,255,1) !important;
            text-decoration: none !important;
            font-weight: bold !important; font-style: normal !important;
        }
        
        .bm-lnk-2:hover, .bm-component .bm-lnk-2:hover, .bm-lnkin-2 a:hover, .bm-component .bm-lnkin-2 a:hover{
            color: rgba(255,255,255,1) !important;
            text-decoration: underline !important;
            font-weight: bold !important; font-style: normal !important;
        }
        
        .bm-txt-0, [class^="bm-txt-"] {
            font-family: 'Copse.woff2' !important;
        }
        
        .bm-txt-1 {
            display: block !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 60px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 12px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(41,82,109,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-2 {
            display: block !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 60px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(255,255,255,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-3 {
            display: block !important;
            font-family: 'Arapey.woff2' !important;
            font-size : 17px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.40 !important;
            text-shadow: none !important;
            color: rgba(0,0,0,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-4 {
            display: block !important;
            font-family: 'Arapey.woff2' !important;
            font-size : 16px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 2px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: #000;
            border : none !important;  border-radius: 0px !important;
            font-weight: bold !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-5 {
            display: block !important;
            font-family: 'libre franklin.woff2' !important;
            font-size : 14px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 2px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(41,82,109,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-6 {
            display: block !important;
            font-family: 'Copse.woff2' !important;
            font-size : 60px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(255,255,255,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-7 {
            display: block !important;
            font-family: 'Copse.woff2' !important;
            font-size : 40px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(41,82,109,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-8 {
            display: block !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 16px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(255,255,255,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-9 {
            display: block !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 30px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.40 !important;
            text-shadow: none !important;
            color: rgba(255,255,255,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-10 {
            display: block !important;
            font-family: 'Copse.woff2' !important;
            font-size : 14px !important;
            text-transform : none !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(255,255,255,1);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-txt-11 {
            display: block !important;
            font-family: 'Oswald.woff2' !important;
            font-size : 27px !important;
            text-transform : uppercase !important;
            text-decoration: none !important;
            padding : 0px 0px !important;
            letter-spacing: 0px !important;
            line-height: 1.20 !important;
            text-shadow: none !important;
            color: rgba(0,0,0,0.73);
            border : none !important;  border-radius: 0px !important;
            font-weight: normal !important; font-style: normal !important;
            background: initial;
            box-shadow: none !important;
        }
        
        .bm-link, .bm-component .bm-link {
            color: rgba(0, 0, 0, 1);
            undefined
            text-decoration: none !important;
        }
        
        .bm-link:hover, .bm-component .bm-link:hover {
            color: rgba(0, 0, 0, 1);
            undefined
            text-decoration: none !important;
        }
        
        .bm-anchor a, .bm-component .bm-anchor a{
            color: rgba(0, 0, 0, 1);
            undefined
            text-decoration: none !important;
        }
        
        .bm-anchor a:hover, .bm-component .bm-anchor a:hover {
            color: rgba(0, 0, 0, 1);
            undefined
            text-decoration: none !important;
        }
        
        .bm-background-color{
            background: rgba(255,255,255,1) !important;
        }    
        
        .preview-container {
            background: rgba(255,255,255,1) !important;
        }
        
            .bm-colour-1 {
                color: rgba(255,255,255,1);
            }
            .bm-highlight-1 {
                background-color: rgba(255,255,255,1);
            }
            
            
            .bm-colour-3 {
                color: rgba(41,82,109,1);
            }
            .bm-highlight-3 {
                background-color: rgba(41,82,109,1);
            }
            
            
            .bm-colour-5 {
                color: rgba(0,0,0,1);
            }
            .bm-highlight-5 {
                background-color: rgba(0,0,0,1);
            }
            
            
            .bm-colour-7 {
                color: rgba(255,255,255,0.78);
            }
            .bm-highlight-7 {
                background-color: rgba(255,255,255,0.78);
            }
            
            
            .bm-colour-9 {
                color: rgba(0,0,0,0.73);
            }
            .bm-highlight-9 {
                background-color: rgba(0,0,0,0.73);
            }
            
            
            .bm-colour-11 {
                color: rgba(249,247,237,1);
            }
            .bm-highlight-11 {
                background-color: rgba(249,247,237,1);
            }
            
            
            .bm-colour-13 {
                color: rgba(107,147,186,1);
            }
            .bm-highlight-13 {
                background-color: rgba(107,147,186,1);
            }
            
            
            .bm-colour-15 {
                color: rgba(41,82,109,0.6);
            }
            .bm-highlight-15 {
                background-color: rgba(41,82,109,0.6);
            }
            
            
            .bm-colour-17 {
                color: rgba(255,244,132,1);
            }
            .bm-highlight-17 {
                background-color: rgba(255,244,132,1);
            }
            
            
            .bm-colour-19 {
                color: rgba(255,233,0,1);
            }
            .bm-highlight-19 {
                background-color: rgba(255,233,0,1);
            }
            
            
            .bm-colour-21 {
                color: rgba(165,181,164,1);
            }
            .bm-highlight-21 {
                background-color: rgba(165,181,164,1);
            }
            
            
            .bm-colour-23 {
                color: rgba(221,170,142,1);
            }
            .bm-highlight-23 {
                background-color: rgba(221,170,142,1);
            }
            
            
            .bm-colour-25 {
                color: rgba(168,116,87,1);
            }
            .bm-highlight-25 {
                background-color: rgba(168,116,87,1);
            }
            
            
            .bm-colour-27 {
                color: rgba(130,143,158,1);
            }
            .bm-highlight-27 {
                background-color: rgba(130,143,158,1);
            }
            
            
            .bm-colour-29 {
                color: rgba(250,222,154,1);
            }
            .bm-highlight-29 {
                background-color: rgba(250,222,154,1);
            }
            
            
